`Inspection`: Fix return type of method `error()`

This commit is contained in:
raviks789 2023-08-15 11:02:15 +02:00
parent e946ed1f0e
commit 4acee8ab06
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Inspection
*
* @throws ProgrammingError When called multiple times
*
* @return this fluent interface
* @return $this fluent interface
*/
public function error($entry)
{