Skip to content
Snippets Groups Projects
Commit 0af46c0c authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add typehint

parent 5a585775
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class FileLoggingHandler implements LoggingHandlerInterface
*
* @var array<int, string>
*/
private static $levelNames = [
private static array $levelNames = [
Logger::EMERG => 'EMERGENCY',
Logger::ALERT => 'ALERT',
Logger::CRIT => 'CRITICAL',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment