Passed
Push — unix_timestamp_zero ( ffeb94...021a5e )
by Jonathan
15:06 queued 04:49
created
src/Vectorface/MySQLite/MySQL/StringFunctions.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
 trait StringFunctions
11 11
 {
12 12
 
13
-     /**
14
-     * Concat - Return a concatenated string of all function arguments provided
15
-     * @return string $str concatenated string
16
-     */
13
+        /**
14
+         * Concat - Return a concatenated string of all function arguments provided
15
+         * @return string $str concatenated string
16
+         */
17 17
     public static function mysql_concat()
18 18
     {
19 19
         $str = '';
Please login to merge, or discard this patch.