Completed
Branch master (51ca13)
by Kazi Mainuddin
03:02
created
src/Pusher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
324 324
     /**
325 325
      * Send Push to tokens.
326 326
      *
327
-     * @return object
327
+     * @return \Gomoob\Pushwoosh\Model\Response\CreateMessageResponse
328 328
      */
329 329
     public function send($message, $callback) {
330 330
         $this->body = $message;
Please login to merge, or discard this patch.
src/Provider/PushServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function register()
29 29
     {
30
-        $this->app->singleton('tzsk-push', function ($app) {
30
+        $this->app->singleton('tzsk-push', function($app) {
31 31
             return new Pusher(new PusherFactory());
32 32
         });
33 33
     }
Please login to merge, or discard this patch.