-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Added ErrorException handler. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
@xaav As I said in your previous PR, you are only setting an error handler for the testsuite, which is totally useless as this is already done by PHPUnit when you configure it to do it (and it let the user change it through its PHPUnit config). So this change is just useless |
naderman
referenced
this pull request
in naderman/composer
Sep 25, 2011
naderman
added a commit
that referenced
this pull request
Apr 29, 2012
Closed
digitalkaoz
pushed a commit
to digitalkaoz/composer
that referenced
this pull request
Nov 22, 2013
digitalkaoz
pushed a commit
to digitalkaoz/composer
that referenced
this pull request
Nov 22, 2013
digitalkaoz
pushed a commit
to digitalkaoz/composer
that referenced
this pull request
Nov 22, 2013
Whitelist dependencies
This was referenced Dec 22, 2014
Closed
glaubinix
added a commit
to glaubinix/composer
that referenced
this pull request
Feb 9, 2022
…of type array, null given
glaubinix
added a commit
to glaubinix/composer
that referenced
this pull request
Feb 9, 2022
…of type array, null given
glaubinix
added a commit
to glaubinix/composer
that referenced
this pull request
Jun 24, 2022
…mposer#1 () must be of type string, int given
glaubinix
added a commit
to glaubinix/composer
that referenced
this pull request
Jun 24, 2022
…mposer#1 () must be of type string, int given
glaubinix
added a commit
to glaubinix/composer
that referenced
this pull request
Jun 24, 2022
…mposer#1 () must be of type string, int given
Seldaek
pushed a commit
that referenced
this pull request
Jun 24, 2022
…ust be of type string, int given (#10897)
Closed
ktomk
referenced
this pull request
in ktomk/composer
Jun 30, 2022
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
Seldaek
pushed a commit
that referenced
this pull request
Jul 1, 2022
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
Seldaek
pushed a commit
that referenced
this pull request
Jul 1, 2022
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
Seldaek
pushed a commit
that referenced
this pull request
Jul 1, 2022
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
Seldaek
pushed a commit
that referenced
this pull request
Jul 5, 2022
Deprecation Notice: trim(): Passing null to parameter #1 ($string) of type string is deprecated in phar:///usr/bin/composer/src/Composer/Util/GitHub.php:103
emahorvat52
referenced
this pull request
in emahorvat52/composer
Feb 3, 2023
…ust be of type string, int given (composer#10897)
emahorvat52
referenced
this pull request
in emahorvat52/composer
Feb 3, 2023
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
emahorvat52
referenced
this pull request
in emahorvat52/composer
Feb 3, 2023
Fix string type requirement in case of NULL value:
[TypeError]
Composer\Command\InitCommand::parseAuthorString(): Argument #1 ($author) must be of type string, null given, called in phar:///composer.phar/src/Composer/Command/InitCommand.php on line 345
Seldaek
pushed a commit
that referenced
this pull request
Feb 10, 2023
Ripididip
reviewed
Dec 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W
Seldaek
pushed a commit
that referenced
this pull request
May 13, 2025
…_AUTH env (#12372) * Add support to authorize with Custom Headers in auth.json or COMPOSER_AUTH env (#1) * Add support to authorize with Custom Headers in auth.json or COMPOSER_AUTH env * Fix phpstan analysis * Update naming convention and add validation * Fix PHPStan analysis * Update error message naming convention * Header validation regex fix * Docu example naming convention fix * Add custom-headers property to JSON schema
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed errors to exceptions, because: