File tree Expand file tree Collapse file tree
src/Model/TemplateEngine/Decorator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,4 +117,7 @@ jobs:
117117 - name : Run PHPStan
118118 working-directory : magento2
119119 run : |
120- vendor/bin/phpstan analyse -c vendor/openforgeproject/mageforge/phpstan.neon vendor/openforgeproject/mageforge/src
120+ echo "PHPStan Version:"
121+ vendor/bin/phpstan --version
122+ echo "Running PHPStan Analysis with verbose output..."
123+ vendor/bin/phpstan analyse -vvv -c vendor/openforgeproject/mageforge/phpstan.neon vendor/openforgeproject/mageforge/src
Original file line number Diff line number Diff line change 1+ includes :
2+ - phar://phpstan.phar/conf/bleedingEdge.neon
3+
14parameters :
25 level : 5
36 paths :
Original file line number Diff line number Diff line change 1313 */
1414class InspectorHintsFactory
1515{
16- /**
17- * @param Random $random
18- * @phpstan-ignore property.onlyWritten
19- */
2016 public function __construct (
2117 private readonly Random $ random
2218 ) {
You can’t perform that action at this time.
0 commit comments