Completed
Push — master ( 27f7d3...3aad4e )
by Akihito
02:33
created
src/Snidel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
             }
145 145
 
146 146
             $result = new Result();
147
-            register_shutdown_function(function () use ($result) {
147
+            register_shutdown_function(function() use ($result) {
148 148
                 $data = $this->dataRepository->load(getmypid());
149 149
                 try {
150 150
                     $data->write($result);
Please login to merge, or discard this patch.