Skip to content

Commit

Permalink
Missing optional value in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Sep 9, 2019
1 parent bc48992 commit a14be62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/InterfaceAdapter.php
Expand Up @@ -190,7 +190,7 @@ public function addSelectField($fieldName);
*
* @return mixed
*/
public function valueCount($fieldName);
public function valueCount($fieldName = null);

/**
* Reset the operations filters
Expand Down

0 comments on commit a14be62

Please sign in to comment.