Skip to content

Commit 4afdef9

Browse files
committed
Merge branch 'master' of github.com:Codeception/AspectMock
2 parents b1e31c3 + d8e8c85 commit 4afdef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AspectMock/Proxy/ClassProxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function make()
169169

170170
public function __call($method, $args)
171171
{
172-
throw new \Exception("Called {$this->className}->$method, but this is a proxy for a class definition.\nProbably you was trying to access instance method.\nConstruct an instance from this class");
172+
throw new \Exception("Called {$this->className}->$method, but this is a proxy for a class definition.\nProbably you were trying to access an instance method.\nConstruct an instance from this class");
173173
}
174174

175-
}
175+
}

0 commit comments

Comments
 (0)