Skip to content

Commit f4bdfbb

Browse files
#14 Quality. Phpstan use phpstan type to prevent duplicate definitions.
1 parent 06b69a7 commit f4bdfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager/ProcessConfigurationsManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getPrivateProcesses(): array
4949
}
5050

5151
/**
52-
* @return null|UiOptions
52+
* @return UiOptions|null
5353
*/
5454
public function getUiOptions(string $processCode): ?array
5555
{

0 commit comments

Comments
 (0)