`Inspection`: Fix return type of method `error()`
This commit is contained in:
parent
e946ed1f0e
commit
4acee8ab06
|
@ -71,7 +71,7 @@ class Inspection
|
|||
*
|
||||
* @throws ProgrammingError When called multiple times
|
||||
*
|
||||
* @return this fluent interface
|
||||
* @return $this fluent interface
|
||||
*/
|
||||
public function error($entry)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue