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 @@ -128,5 +128,8 @@ jobs:
128128 vendor/bin/phpstan --version
129129 echo "Clearing PHPStan cache..."
130130 vendor/bin/phpstan clear-result-cache -c vendor/openforgeproject/mageforge/phpstan.neon
131+ echo "=== Checking actual file content in vendor ==="
132+ cat vendor/openforgeproject/mageforge/src/Model/TemplateEngine/Decorator/InspectorHintsFactory.php | grep -A 20 "public function create"
133+ echo "=== End of file content check ==="
131134 echo "Running PHPStan Analysis with verbose output..."
132135 vendor/bin/phpstan analyse -vvv --no-progress -c vendor/openforgeproject/mageforge/phpstan.neon vendor/openforgeproject/mageforge/src
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function create(array $data = []): InspectorHints
3737
3838 // Create instance - property access extracted to help PHPStan recognize the read
3939 $ randomGenerator = $ this ->random ;
40-
40+
4141 return new InspectorHints (
4242 $ subject ,
4343 (bool )$ showBlockHints ,
You can’t perform that action at this time.
0 commit comments