Skip to content

Commit 896c471

Browse files
Fix return types
1 parent fcddf41 commit 896c471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClearableErrorsInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ interface ClearableErrorsInterface
2525
*
2626
* @return $this
2727
*/
28-
public function clearErrors(bool $deep = false);
28+
public function clearErrors(bool $deep = false): static;
2929
}

0 commit comments

Comments
 (0)