Skip to content

Commit 9882ca3

Browse files
committed
Add explicit null return
1 parent d0af6f7 commit 9882ca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Services/MaxMindDatabase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ protected function findDatabaseFile($archive)
131131
return $file;
132132
}
133133
}
134+
135+
return null;
134136
}
135137

136138
/**

0 commit comments

Comments
 (0)