Lito
Lito
**Describe the bug** ``` InvalidArgumentException Could not get class storage for eloquent Emitted in /var/www/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:45 Stack trace in the forked worker: #0 /var/www/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassAnalyzer.php(783): Psalm\Internal\Provider\ClassLikeStorageProvider->get() #1 /var/www/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassAnalyzer.php(416): Psalm\Internal\Analyzer\ClassAnalyzer::addContextProperties() #2 /var/www/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php(203): Psalm\Internal\Analyzer\ClassAnalyzer->analyze()...
I'm using psalm version 5.23.1 with PHP 8.2.16 (and PHP 8.3.3-1). After Laravel 11 upgrade I get this error: ``` ✗ php ./vendor/bin/psalm --no-cache Warning: "findUnusedBaselineEntry" will default to "true"...
This commit allow to config cache adapters with config settings as `case_sensitive`. This feature allow to integrate cache to adapters like Dropbox (and others) that are case insensitive. Tested on...
| Q | A | ---------------- | ----- | Bug report? | maybe | Feature request? | no | Library version | dev-master (f476219759a61aad988641476259465c77203383) I have a large function that...
### Expected behavior Dot position in scatter type dataset should be always at same place. ### Current behavior After adding `{ scales: { y: {} } }` to `options`, the...