Skip to content

Commit

Permalink
mark new filter method as internal
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Lockett <gary@creativecow.uk>
  • Loading branch information
Gary Lockett committed Dec 23, 2021
1 parent d3944ed commit a3f9227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
"laminas": {
Expand Down
2 changes: 2 additions & 0 deletions src/AbstractFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ protected static function isOptions($options)
}

/**
* @internal
*
* @param mixed $value
* @return mixed
*/
Expand Down

0 comments on commit a3f9227

Please sign in to comment.