Completed
Push — travis ( 254a42 )
by Akihito
02:20
created
src/Provide/Error/ExceptionAsString.php 2 patches
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.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Provide/Error/VndErrorHandler.php 2 patches
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.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Provide/Representation/HalRenderer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Resource package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Resource package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Representation;
8 8
 
9 9
 use BEAR\Resource\AbstractUri;
Please login to merge, or discard this patch.
src/Provide/Router/WebRouter.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Sunday package
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Sunday package
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Router;
8 8
 
9 9
 use BEAR\Sunday\Annotation\DefaultSchemeHost;
Please login to merge, or discard this patch.
src/Provide/Transfer/CliResponder.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Bootstrap.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Context/ApiModule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Context/CliModule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.
src/Context/ProdModule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the BEAR.Package package.
4
- *
5
- * @license http://opensource.org/licenses/MIT MIT
6
- */
3
+     * This file is part of the BEAR.Package package.
4
+     *
5
+     * @license http://opensource.org/licenses/MIT MIT
6
+     */
7 7
 namespace BEAR\Package\Provide\Transfer;
8 8
 
9 9
 use BEAR\Resource\Code;
Please login to merge, or discard this patch.