Skip to content

Commit c63113d

Browse files
Merge branch '4.4' into 5.2
* 4.4: Backport type fixes uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [Form] better form doc types to support static analysis
2 parents 714b47f + da38d90 commit c63113d

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)