Completed
Push — master ( edb844...369ca6 )
by
05:31
created
app/Listeners/NotificationListener.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,12 +51,12 @@
 block discarded – undo
51 51
      */
52 52
     protected function push($user_ids, $msg, $extras = null)
53 53
     {
54
-        if (! $this->jpush) {
54
+        if (!$this->jpush) {
55 55
             $this->jpush = new Jpush();
56 56
         }
57 57
 
58 58
         $user_ids = (array) $user_ids;
59
-        $user_ids = array_map(function ($user_id) {
59
+        $user_ids = array_map(function($user_id) {
60 60
             return 'userid_'.$user_id;
61 61
         }, $user_ids);
62 62
 
Please login to merge, or discard this patch.