Skip to content

Commit 465da86

Browse files
committed
Apply fixes from StyleCI
1 parent 3e9849a commit 465da86

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Picqer/Financials/Moneybird/Actions/BaseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract protected function collectionFromResult(array $result);
2929
/**
3030
* Create a new object with the response from the API.
3131
*
32-
* @param $response
32+
* @param $response
3333
* @return static
3434
*
3535
* @see \Picqer\Financials\Moneybird\Model::makeFromResponse()

src/Picqer/Financials/Moneybird/Connection.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function setClient($client)
124124
/**
125125
* Insert a Middleware for the Guzzle Client.
126126
*
127-
* @param $middleWare
127+
* @param $middleWare
128128
*/
129129
public function insertMiddleWare($middleWare)
130130
{
@@ -189,7 +189,7 @@ private function createRequest($method = 'GET', $endpoint = '', $body = null, ar
189189

190190
/**
191191
* @param string $method
192-
* @param $endpoint
192+
* @param $endpoint
193193
* @param null $body
194194
* @param array $params
195195
* @param array $headers
@@ -430,7 +430,7 @@ private function parseResponse(Response $response)
430430
}
431431

432432
/**
433-
* @param $headerLine
433+
* @param $headerLine
434434
* @return bool | array
435435
*/
436436
private function getNextParams($headerLine)

src/Picqer/Financials/Moneybird/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function getDirtyValues()
214214
/**
215215
* Check if the attribute is changed since the last save/update/create action.
216216
*
217-
* @param $attributeName
217+
* @param $attributeName
218218
* @return bool
219219
*/
220220
public function isAttributeDirty($attributeName)

0 commit comments

Comments
 (0)