Completed
Push — master ( 33bb46...eff41c )
by Mahmoud
02:20
created
app/Port/Tests/PHPUnit/Traits/TestingTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
      */
356 356
     public function injectEndpointId($endpoint, $id)
357 357
     {
358
-        if(Config::get('hello.hash-id')){
358
+        if (Config::get('hello.hash-id')) {
359 359
             $id = Hashids::encode($id);
360 360
         }
361 361
 
Please login to merge, or discard this patch.