@@ -67,13 +67,13 @@ |
||
| 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'; |