Skip to content

Commit

Permalink
Merge pull request #21 from rappasoft/analysis-YjBxlA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rappasoft authored Jun 16, 2020
2 parents fc3014e + c15430a commit 1709e5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Views/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Column
protected $view;

/**
* The name of the model variable passed to the view
* The name of the model variable passed to the view.
*
* @var string
*/
Expand Down Expand Up @@ -249,7 +249,8 @@ public function isView(): bool
/**
* @return string
*/
public function getViewModelName() {
public function getViewModelName()
{
return $this->viewModelName;
}
}

0 comments on commit 1709e5f

Please sign in to comment.