Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 16, 2023
1 parent ab67146 commit e17bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo/HydeStan/HydeStan.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function run(string $file, string $contents): void

foreach ($calledFunctions as $calledFunction) {
if (! in_array($calledFunction, $functionImports)) {
echo ("Found unimported function '$calledFunction' in " . realpath(__DIR__ . '/../../packages/framework/' . $file)) . "\n";
echo("Found unimported function '$calledFunction' in ".realpath(__DIR__.'/../../packages/framework/'.$file))."\n";
}
}
}
Expand Down

0 comments on commit e17bb86

Please sign in to comment.