Completed
Push — master ( 185853...b7deb5 )
by Marcel
01:56
created
src/Commands/Command.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param string $pattern
40 40
      * @param Closure|string $callback
41
-     * @param array|null $recipients
41
+     * @param string|null $recipients
42 42
      * @param string|null $driver
43 43
      */
44 44
     public function __construct($pattern, $callback, $recipients = null, $driver = null)
Please login to merge, or discard this patch.