Skip to content

Commit 7892852

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent c4d6a08 commit 7892852

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/Library/CrudPanel/Traits/Columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function addColumn($column)
7575
}
7676

7777
/**
78-
* Add a column at the end of to the CRUD object's "columns" array and return it
78+
* Add a column at the end of to the CRUD object's "columns" array and return it.
7979
*
8080
* @param array|string $column
8181
* @return self

src/app/Library/CrudPanel/Traits/Support/MacroableWithAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function ($item) use ($subfieldsWithMacros, $macro) {
5656
);
5757
}
5858
}
59+
5960
return $this;
6061
}
6162
}

0 commit comments

Comments
 (0)