We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040a831 commit 40eebcdCopy full SHA for 40eebcd
1 file changed
Slim/Logger.php
@@ -11,6 +11,7 @@
11
namespace Slim;
12
13
use Psr\Log\AbstractLogger;
14
+use Psr\Log\InvalidArgumentException;
15
16
class Logger extends AbstractLogger
17
{
@@ -21,7 +22,7 @@ class Logger extends AbstractLogger
21
22
*
23
* @return void
24
- * @throws \Psr\Log\InvalidArgumentException
25
+ * @throws InvalidArgumentException
26
*/
27
public function log($level, $message, array $context = [])
28
0 commit comments