Passed
Push — master ( e8e2c8...f1f97e )
by Anton
02:16
created
src/channels/ChannelInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,5 +10,8 @@
 block discarded – undo
10 10
 
11 11
 interface ChannelInterface
12 12
 {
13
+    /**
14
+     * @return void
15
+     */
13 16
     public function send(NotifiableInterface $recipient, NotificationInterface $notification);
14 17
 }
15 18
\ No newline at end of file
Please login to merge, or discard this patch.