Completed
Branch master (9d12f9)
by Gaetano
16:54
created
Core/WorkflowServiceFacade.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Core/WorkflowServiceInner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
eventtypes/event/ezworkflowenginehook/ezworkflowenginehooktype.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.