Test Setup Failed
Push — master ( 7f80a6...f6af0d )
by Carlos
02:39
created
src/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * @param string $name
60 60
      *
61
-     * @return array
61
+     * @return string
62 62
      */
63 63
     public function getChannel(string $name)
64 64
     {
Please login to merge, or discard this patch.
src/Helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
  *
29 29
  * @param string $str
30 30
  *
31
- * @return mixed|string
31
+ * @return string
32 32
  */
33 33
 function snake_case(string $str)
34 34
 {
Please login to merge, or discard this patch.