Passed
Push — develop ( 089cb5...597d05 )
by nguereza
05:42
created
src/Http/InputClean.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -133,11 +133,11 @@
 block discarded – undo
133 133
     }
134 134
 
135 135
         /**
136
-     * The main function to clean input
137
-     * @param mixed $str
138
-     * @param bool $isImage
139
-     * @return mixed
140
-     */
136
+         * The main function to clean input
137
+         * @param mixed $str
138
+         * @param bool $isImage
139
+         * @return mixed
140
+         */
141 141
     public function clean($str, bool $isImage = false)
142 142
     {
143 143
         if (is_array($str)) {
Please login to merge, or discard this patch.