Completed
Push — travis ( 254a42 )
by Akihito
02:20
created
src/Provide/Error/ExceptionAsString.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@  discard block
 block discarded – undo
10 10
 
11 11
 class ExceptionAsString
12 12
 {
13
+    /**
14
+     * @param string $log
15
+     */
13 16
     public function summery(\Exception $e, $log)
14 17
     {
15 18
         return sprintf("\n\n[%s]\n%s\n %s", get_class($e), $e->getMessage(), $log);
@@ -17,7 +20,6 @@  discard block
 block discarded – undo
17 20
 
18 21
     /**
19 22
      * @param Request $request
20
-     * @param string  $lastErrorLog
21 23
      *
22 24
      * @return string
23 25
      */
Please login to merge, or discard this patch.
src/Provide/Error/VndErrorHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      * @param \Exception $e
137 137
      * @param Request    $request
138 138
      *
139
-     * @return int logRef
139
+     * @return string logRef
140 140
      */
141 141
     private function log(\Exception $e, Request $request)
142 142
     {
Please login to merge, or discard this patch.