File tree Expand file tree Collapse file tree 4 files changed +34
-7
lines changed Expand file tree Collapse file tree 4 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 303303 'import_constants ' => false ,
304304 'import_functions ' => false ,
305305 ],
306+ 'fully_qualified_strict_types ' => [
307+ 'import_symbols ' => false ,
308+ 'leading_backslash_in_global_namespace ' => false ,
309+ 'phpdoc_tags ' => [
310+ // 'param',
311+ // 'phpstan-param',
312+ // 'phpstan-property',
313+ // 'phpstan-property-read',
314+ // 'phpstan-property-write',
315+ // 'phpstan-return',
316+ // 'phpstan-var',
317+ // 'property',
318+ // 'property-read',
319+ // 'property-write',
320+ // 'psalm-param',
321+ // 'psalm-property',
322+ // 'psalm-property-read',
323+ // 'psalm-property-write',
324+ // 'psalm-return',
325+ // 'psalm-var',
326+ // 'return',
327+ // 'see',
328+ // 'throws',
329+ // 'var',
330+ ],
331+ ],
306332
307333 // https://github.com/kubawerlos/php-cs-fixer-custom-fixers
308334 PhpCsFixerCustomFixers \Fixer \CommentSurroundedBySpacesFixer::name () => true ,
Original file line number Diff line number Diff line change 1111 */
1212
1313namespace {
14- class ExceptionNotify extends \ Guanguans \LaravelExceptionNotify \Facades \ExceptionNotify {}
14+ class ExceptionNotify extends Guanguans \LaravelExceptionNotify \Facades \ExceptionNotify {}
1515}
1616
1717namespace Illuminate \Support {
Original file line number Diff line number Diff line change 169169 "composer-unused-checker" : " @php ./vendor/bin/composer-unused --ansi -v" ,
170170 "composer-validate" : " @composer validate --check-lock --strict --ansi -v" ,
171171 "facade-lint" : " @facade-update --lint" ,
172- "facade-update" : " /usr/local /opt/php@8.1/bin/php -f ./facade.php -- Guanguans\\\\ LaravelExceptionNotify\\\\ Facades\\\\ ExceptionNotify" ,
172+ "facade-update" : " /opt/homebrew /opt/php@8.1/bin/php -f ./facade.php -- Guanguans\\\\ LaravelExceptionNotify\\\\ Facades\\\\ ExceptionNotify" ,
173173 "lint" : [
174- " for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec php74 -l {} \\ ; 2>&1 | (! grep -v '^No syntax errors detected'); done" ,
175- " for DIR in ./config ./src ./tests; do find $DIR -type f -name '*.php' -type f ! -name 'xxx.php' -exec php74 -l {} \\ ; 2>&1 | (! grep -v '^No syntax errors detected'); done"
174+ " for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec /opt/homebrew/opt/php@7.4/bin/php -l {} \\ ; 2>&1 | (! grep -v '^No syntax errors detected'); done" ,
175+ " for DIR in ./config ./src ./tests; do find $DIR -type f -name '*.php' -type f ! -name 'xxx.php' -exec /opt/homebrew/opt/php@7.4/bin/php -l {} \\ ; 2>&1 | (! grep -v '^No syntax errors detected'); done"
176176 ],
177177 "mark-finish" : " printf '\\ n!\\ n!\\ t\\ 033[0;32m%s\\ 033[0m\\ n!\\ n\\ n' \" Finished\" " ,
178178 "mark-separate" : " printf '\\ n!\\ n!\\ t\\ 033[0;33m%s\\ 033[0m\\ n!\\ n\\ n' \" ----------------\" " ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <files psalm-version =" 5.15 .0@5c774aca4746caf3d239d9c8cadb9f882ca29352 " >
2+ <files psalm-version =" 5.18 .0@b113f3ed0259fd6e212d87c3df80eec95a6abf19 " >
33 <file src =" src/Collectors/RequestHeaderCollector.php" >
44 <UndefinedMagicMethod >
55 <code >headers</code >
66 </UndefinedMagicMethod >
77 </file >
88 <file src =" src/Support/ExceptionContext.php" >
9- <UnusedVariable >
9+ <UndefinedVariable >
1010 <code >$exceptionLine</code >
11- </UnusedVariable >
11+ <code >$exceptionLine</code >
12+ </UndefinedVariable >
1213 </file >
1314</files >
You can’t perform that action at this time.
0 commit comments