Skip to content

Commit 314f049

Browse files
authored
Merge pull request rappasoft#21 from rappasoft/analysis-YjBxlA
Apply fixes from StyleCI
2 parents 5f9089b + a82f000 commit 314f049

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Views/Column.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Column
6565
protected $view;
6666

6767
/**
68-
* The name of the model variable passed to the view
68+
* The name of the model variable passed to the view.
6969
*
7070
* @var string
7171
*/
@@ -249,7 +249,8 @@ public function isView(): bool
249249
/**
250250
* @return string
251251
*/
252-
public function getViewModelName() {
252+
public function getViewModelName()
253+
{
253254
return $this->viewModelName;
254255
}
255256
}

0 commit comments

Comments
 (0)