We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb4f09 commit 8b7d8f0Copy full SHA for 8b7d8f0
src/FileName.php
@@ -20,7 +20,7 @@ public function __construct($name)
20
private function compile($file)
21
{
22
return <<<COMPILED
23
- !is_string(${file}) ? null : pathinfo({$file}, PATHINFO_FILENAME)
+ (!is_string(${file}) ? null : pathinfo({$file}, PATHINFO_FILENAME))
24
COMPILED;
25
}
26
0 commit comments