Explorar el Código

removed useless comment

Oskar Stark hace 8 años
padre
commit
3d1e902b47
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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)