Completed
Push — master ( 9318bf...655fa2 )
by Edgar
02:03
created
src/PushNotification.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         $this->invokeMethod('send');
71 71
     }
72 72
 
73
+    /**
74
+     * @param string $method
75
+     */
73 76
     private function invokeMethod($method, $args = array())
74 77
     {
75 78
         foreach ($this->notificationImpl as $item) {
Please login to merge, or discard this patch.