Passed
Branch master (fc4881)
by Eugene
03:18
created
src/App/Actions/Voice/ActionPost.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param $voiceText
56
+     * @param string $voiceText
57 57
      * @todo LoD violation
58 58
      */
59 59
     protected function selectLanguage($voiceText)
Please login to merge, or discard this patch.
library/Common/Debug/debug.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-if ( ! function_exists('dd'))
3
+if (!function_exists('dd'))
4 4
 {
5 5
     /**
6 6
      * Dump and die
Please login to merge, or discard this patch.