Skip to content

Commit 8e57d1d

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
1 parent f1d70a9 commit 8e57d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ public function setBindings(array $bindings): static
781781
*
782782
* @return $this
783783
*/
784-
public function addError(string|\Closure|Definition $error): static
784+
public function addError(string|\Closure|self $error): static
785785
{
786786
if ($error instanceof self) {
787787
$this->errors = array_merge($this->errors, $error->errors);

0 commit comments

Comments
 (0)