Skip to content

Commit f9a7433

Browse files
committed
pint formatting
1 parent 472e491 commit f9a7433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/Eloquent/FMEloquentBuilder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ public function paginate($perPage = null, $columns = ['*'], $pageName = 'page',
261261
/**
262262
* Compares a model's modified portal data and original portal data and returns portal data with only modified fields and recordIds
263263
*
264-
* @param $array1 array The modified portal data
265-
* @param $array2 array The model's original portal data
264+
* @param $array1 array The modified portal data
265+
* @param $array2 array The model's original portal data
266266
*/
267267
protected function getOnlyModifiedPortalFields($array1, $array2): array
268268
{

0 commit comments

Comments
 (0)