Completed
Push — master ( 2916cd...24144e )
by Franck
13:10
created
src/LogEntry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Apix\Log;
12 12
 
13
-use Psr\Log\InvalidArgumentException;
14
-
15 13
 /**
16 14
  * Describes a log Entry.
17 15
  *
Please login to merge, or discard this patch.
src/Logger/AbstractLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
      * Sets the minimal level at which this logger will be triggered.
135 135
      *
136 136
      * @param  string    $name
137
-     * @param  bool|true $cascading Should the logs continue pass that level.
137
+     * @param  boolean $cascading Should the logs continue pass that level.
138 138
      * @return self
139 139
      */
140 140
     public function setMinLevel($name, $cascading = true)
Please login to merge, or discard this patch.