Completed
Branch master (246cd1)
by
47:29
created
app/Services/PushService/JPush.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function platform($platform)
40 40
     {
41
-        if (! in_array($platform, ['ios', 'android', 'winphone', 'all'])) {
41
+        if (!in_array($platform, ['ios', 'android', 'winphone', 'all'])) {
42 42
             throw new \InvalidArgumentException('Invalid device type: '.$platform);
43 43
         }
44 44
 
Please login to merge, or discard this patch.