Completed
Push — master ( fc8ad1...2dac1f )
by Chauncey
45s
created
src/Charcoal/App/AppContainer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
     private function registerProviderFactory()
61 61
     {
62 62
         /**
63
-        * @return Factory
64
-        */
63
+         * @return Factory
64
+         */
65 65
         if (!isset($this['provider/factory'])) {
66 66
             $this['provider/factory'] = function () {
67 67
                 return new Factory([
Please login to merge, or discard this patch.
src/Charcoal/App/ServiceProvider/AppServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -473,8 +473,8 @@
 block discarded – undo
473 473
                                 $hash  = isset($parts['fragment']) ? $parts['fragment'] : '';
474 474
 
475 475
                                 $uri = $baseUrl->withPath($path)
476
-                                               ->withQuery($query)
477
-                                               ->withFragment($hash);
476
+                                                ->withQuery($query)
477
+                                                ->withFragment($hash);
478 478
                             }
479 479
                         }
480 480
                     }
Please login to merge, or discard this patch.
src/Charcoal/App/Handler/NotAllowed.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         return $this->respondWith(
81 81
             $response->withStatus($status)
82
-                     ->withHeader('Allow', $this->getMethods()),
82
+                        ->withHeader('Allow', $this->getMethods()),
83 83
             $contentType,
84 84
             $output
85 85
         );
Please login to merge, or discard this patch.