Browse Source

removed useless comment

Oskar Stark 8 years ago
parent
commit
3d1e902b47
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Datagrid/Pager.php

+ 0 - 2
Datagrid/Pager.php

@@ -87,8 +87,6 @@ abstract class Pager implements \Iterator, \Countable, \Serializable, PagerInter
     protected $countColumn = array('id');
 
     /**
-     * Constructor.
-     *
      * @param int $maxPerPage Number of records to display per page
      */
     public function __construct($maxPerPage = 10)