Nathanael Esayeas
Nathanael Esayeas
``` Uncaught Error: Call to undefined method Psalm\Config::getConfigForPath() in phar:///Users/nathane/.phive/phars/psalm-5.23.0.phar/src/Psalm/Internal/CliUtils.php:265 Stack trace: #0 phar:///Users/nathane/.phive/phars/psalm-5.23.0.phar/src/Psalm/Internal/Cli/Psalm.php(383): Psalm\Internal\CliUtils::initializeConfig(NULL, '/Users/nathane/...', 'console', Object(Composer\Autoload\ClassLoader), false) #1 phar:///Users/nathane/.phive/phars/psalm-5.23.0.phar/src/Psalm/Internal/Cli/Psalm.php(670): Psalm\Internal\Cli\Psalm::loadConfig(NULL, '/Users/nathane/...', 'console', Object(Composer\Autoload\ClassLoader), false, Array) #2 phar:///Users/nathane/.phive/phars/psalm-5.23.0.phar/src/Psalm/Internal/Cli/Psalm.php(204): Psalm\Internal\Cli\Psalm::initConfig('/Users/nathane/...',...
This patch resolves #1421, via the following changes: - Updated the Generics DocComments - `library/Mockery.php` - `library/helpers.php` - `library/Mockery/Container.php` - `library/Mockery/CompositeExpectation.php` - Updated the Psalm Baseline - `psalm-baseline.xml` ---- To...
This patch resolves #10974, via the following changes: - [Add test case](https://github.com/vimeo/psalm/commit/4b0690edc4d561f507792a392a2d7d5852eeecc9) - [Update VariableFetchAnalyzer.php](https://github.com/vimeo/psalm/commit/b92236f954a8a849f791c00109cc209c8e4cec72)
This patch resolves #10982, via the following changes: - Add test case `tests/OverrideTest.php` - Update `src/Psalm/Internal/Analyzer/FunctionLikeAnalyzer.php`
Hi, `SetListInterface` was [deprecated](https://github.com/rectorphp/rector-src/blob/f6844a40e3502c4e0aa8f3bb4add5728bf1a3ef5/src/Set/Contract/SetListInterface.php#L7-L13). ```php /** * @deprecated This interface needs a reflection to load and uses constant links. * Now we changed to services provider architecture that can be...
Hi, I'm experiencing an issue with a tool that relies on this package. The problem occurs when the tool tries to include `vendor/autoload.php` which automatically includes these functions via composer....
This patch adds the following selector modifiers. - `AllOfSelectorModifier` (and operator) - `AnyOfSelectorModifier` (or operator) - `NoneOfSelectorModifier` (not of operator) - `AtLeastCountOfSelectorModifier` (at least x of operator) - `AtMostCountOfSelectorModifier` (at...
Hi, While testing with this library, several pluralization results were found to be incorrect. (click to view) Below are the words that return an incorrect plural form and their correct...