Skip to content

Commit

Permalink
PHP5.6 method sig agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
mal committed Jul 1, 2015
1 parent fd30ec3 commit 2bdab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Datasource/MongodbSource.php
Expand Up @@ -668,7 +668,7 @@ public function distinct(&$Model, $keys = array(), $params = array()) {
* @return void
* @access public
*/
public function group($params, Model $Model = null) {
public function group($params, $Model = null) {

if (!$this->isConnected() || count($params) === 0 || $Model === null) {
return false;
Expand Down

0 comments on commit 2bdab67

Please sign in to comment.