Skip to content

Commit 364cd46

Browse files
authored
fix crash
1 parent b889cdc commit 364cd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rap2hpoutre/LaravelLogViewer/Pattern.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public function all()
3838
*/
3939
public function getPattern($pattern, $position = null)
4040
{
41-
if ($position != null) {
41+
if ($position !== null) {
4242
return $this->patterns[$pattern][$position];
4343
}
4444
return $this->patterns[$pattern];
4545

4646
}
4747

48-
}
48+
}

0 commit comments

Comments
 (0)