Skip to content

Commit d1f05a1

Browse files
committed
Remove return types for PHP 5.6
1 parent 8a500ab commit d1f05a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ContextLoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function on_removeContext_it_removes_context_by_key($level, $method, arra
124124
->shouldHaveBeenCalled();
125125
}
126126

127-
public function logLevels() : array
127+
public function logLevels()
128128
{
129129
return [
130130
['emergency', 'emergency', []],

0 commit comments

Comments
 (0)