We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ffd09 commit 3634feaCopy full SHA for 3634fea
1 file changed
src/Entity/Collection/MethodsCollection.php
@@ -24,7 +24,7 @@ public function remove(MethodData $method){
24
}
25
public function get($name, Specification $spec = null){
26
if($spec === null){
27
- $spec = new Specification('private', true, true);
+ $spec = new Specification('private', false, true);
28
29
if(array_key_exists($name, $this->methods)){
30
$method = $this->methods[$name];
0 commit comments