Completed
Push — master ( 1059a4...6be938 )
by Edgar
01:59
created
src/notymo/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.