Skip to content

Commit

Permalink
MINOR: Missing scope on abstract method.
Browse files Browse the repository at this point in the history
phptek committed Jun 29, 2016
1 parent 981da1d commit bae9c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backends/JSONBackend.php
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ abstract public function matchOnInt();
* @return array
* @throws JSONTextException
*/
abstract function matchOnStr();
abstract public function matchOnStr();

/**
* Match on RDBMS-specific path operator. If >1 matches are found, an indexed array of all matches is returned.

0 comments on commit bae9c50

Please sign in to comment.