Skip to content

Commit e19549a

Browse files
committed
Fix phpdoc inconsistencies, simplify no-op sprintf.
(detected by static analysis)
1 parent 2793e89 commit e19549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/WorkflowExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function hasMarkedPlace($subject, $placeName, $name = null)
8585
* Returns marked places.
8686
*
8787
* @param object $subject A subject
88-
* @param string $placesNameOnly If true, returns only places name. If false returns the raw representation
88+
* @param bool $placesNameOnly If true, returns only places name. If false returns the raw representation
8989
* @param string $name A workflow name
9090
*
9191
* @return string[]|int[]

0 commit comments

Comments
 (0)