Skip to content

Commit 6ece5df

Browse files
committed
Minor changes.
1 parent 8535973 commit 6ece5df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/Webkul/Workflow/src/Helpers/Entity/Activity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public function getEmailTemplatePlaceholders($entity)
133133
/**
134134
* Replace placeholders with values.
135135
*
136-
* @param mixed $entity
137-
* @param array $values
136+
* @param \Webkul\Activity\Contracts\Activity $entity
137+
* @param mixed $content
138138
* @return string
139139
*/
140140
public function replacePlaceholders($entity, $content)

packages/Webkul/Workflow/src/Helpers/Entity/Lead.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ public function getActions()
128128
/**
129129
* Execute workflow actions.
130130
*
131-
* @param \Webkul\Workflow\Models\Workflow $workflow
132-
* @param \Webkul\Lead\Models\Lead $lead
131+
* @param \Webkul\Workflow\Contracts\Workflow $workflow
132+
* @param \Webkul\Lead\Contracts\Lead $lead
133133
* @return array
134134
*/
135135
public function executeActions($workflow, $lead)

packages/Webkul/Workflow/src/Helpers/Entity/Person.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ private function triggerWebhook($hook, $person)
179179
}
180180

181181
/**
182-
* format headers
182+
* Format headers.
183183
*
184-
* @param $hook
184+
* @param array $hook
185185
* @return array
186186
*/
187187
private function formatHeaders($hook)

0 commit comments

Comments
 (0)