Skip to content

Commit 8d68c4c

Browse files
committed
pipe optional type
1 parent 367b574 commit 8d68c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/CodeGeneratorConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getProfile(): Profile {
7878
/**
7979
* Sets the code style profile
8080
*
81-
* @param Profile/string $profile
81+
* @param Profile|string $profile
8282
* @return $this
8383
*/
8484
public function setProfile($profile) {

0 commit comments

Comments
 (0)