Skip to content

Commit 5461305

Browse files
committed
Apply thePanz Yodastyle suggestion
1 parent c3a96b7 commit 5461305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exception/sfException.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static protected function formatArrayAsHtml($values)
367367
static protected function fileExcerpt($file, $line)
368368
{
369369
// $file can be null for RuntimeException
370-
if ($file === null)
370+
if (null === $file)
371371
{
372372
return '';
373373
}

0 commit comments

Comments
 (0)