Test Setup Failed
Push — master ( aa9039...94c501 )
by Derek
03:32
created
src/Nabu/LoggerHandler/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return null|string  The file_path set for the File instance
62
+     * @return string  The file_path set for the File instance
63 63
      */
64 64
     public function getFilePath()
65 65
     {
Please login to merge, or discard this patch.
tests/Nabu/StaticLoggerTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,7 @@
 block discarded – undo
123 123
 
124 124
         try{
125 125
             throw new \Exception("This is an arbitrary exception");
126
-        }
127
-        catch (\Exception $e)
126
+        } catch (\Exception $e)
128 127
         {
129 128
             $context_array = array(
130 129
                 "exception" =>  $e
Please login to merge, or discard this patch.