@@ -131,7 +131,7 @@ |
||
131 | 131 | /** |
132 | 132 | * Returns VALID definitions for a given signal. |
133 | 133 | * Uses the Sf cache to speed up the process (recipe taken from http://symfony.com/doc/2.7/components/config/caching.html) |
134 | - * @param $signalName |
|
134 | + * @param string $signalName |
|
135 | 135 | * @param string[] $paths |
136 | 136 | * @return MigrationDefinitionCollection |
137 | 137 | */ |
@@ -126,7 +126,7 @@ |
||
126 | 126 | /** |
127 | 127 | * Reimplemented to store in the context the current user at start of workflow |
128 | 128 | * |
129 | - * @param null $defaultLanguageCode |
|
129 | + * @param string|null $defaultLanguageCode |
|
130 | 130 | * @param null $adminLogin |
131 | 131 | * @param array $workflowParameters |
132 | 132 | * @return array |
@@ -107,7 +107,7 @@ |
||
107 | 107 | |
108 | 108 | /** |
109 | 109 | * @param $triggerName |
110 | - * @param $operationName |
|
110 | + * @param string $operationName |
|
111 | 111 | * @param array $parameters |
112 | 112 | * @return array[] Each element is an array of parameters, used to trigger an ez5 workflow. Return array( false ) |
113 | 113 | * for error conditions and array() to ignore ez5 workflows but continue the ez4 one |