Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit 204ac0c

Browse files
committed
Removed un-used parameters
1 parent 97e5da9 commit 204ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CS/DataGridBundle/Grid/Grid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function getContainer()
136136
return $this->container;
137137
}
138138

139-
public function getColumns($a = 0)
139+
public function getColumns()
140140
{
141141
if (!self::$columnCollection) {
142142
self::$columnCollection = new ColumnCollection;

0 commit comments

Comments
 (0)