Passed
Pull Request — master (#177)
by
unknown
15:04
created
src/Query/Grammars/SQLiteGrammar.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -67,13 +67,13 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
         /**
70
-     * Compile a pivot column null value.
71
-     *
72
-     * @param string $type
73
-     * @param int $precision
74
-     * @param int $scale
75
-     * @return string
76
-     */
70
+         * Compile a pivot column null value.
71
+         *
72
+         * @param string $type
73
+         * @param int $precision
74
+         * @param int $scale
75
+         * @return string
76
+         */
77 77
     public function compilePivotColumnNullValue(string $type, int $precision, int $scale): string
78 78
     {
79 79
         return 'null';
Please login to merge, or discard this patch.