Skip to content

Commit 464af94

Browse files
committed
Fix CS issues
This commit fixes CS issues
1 parent d6652de commit 464af94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function raw($expression = null)
193193
* wiil be reverted
194194
* Issue in laravel frawework https://github.com/laravel/framework/issues/27791.
195195
*
196-
* @param array $values
196+
* @param array $values
197197
* @return array
198198
*/
199199
protected function addUpdatedAtColumn(array $values)

0 commit comments

Comments
 (0)