Skip to content

Commit da38d90

Browse files
Backport type fixes
1 parent 7e812c8 commit da38d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipes/AbstractPipes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected function write(): ?array
171171
/**
172172
* @internal
173173
*/
174-
public function handleError($type, $msg)
174+
public function handleError(int $type, string $msg)
175175
{
176176
$this->lastError = $msg;
177177
}

0 commit comments

Comments
 (0)