Completed
Push — master ( 4a85c2...e72a9a )
by Song
05:32
created
src/Server.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
      */
147 147
     protected function resolveApplication()
148 148
     {
149
-        if (! $this->app) {
149
+        if (!$this->app) {
150 150
             require $this->basePath('bootstrap/app.php');
151 151
         }
152 152
 
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 
156 156
     protected function snapshotApplication()
157 157
     {
158
-        if (! $this->appSnapshot) {
158
+        if (!$this->appSnapshot) {
159 159
             $this->appSnapshot = clone Application::getInstance();
160 160
         }
161 161
     }
Please login to merge, or discard this patch.