Completed
Push — master ( 645e2d...f9b1bd )
by Adam
02:34
created
src/Service/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
             }
143 143
         }
144 144
 
145
-        return $responses ? : null;
145
+        return $responses ?: null;
146 146
     }
147 147
 
148 148
     /**
Please login to merge, or discard this patch.