Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 14, 2023
1 parent 3e9849a commit 465da86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Picqer/Financials/Moneybird/Actions/BaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract protected function collectionFromResult(array $result);
/**
* Create a new object with the response from the API.
*
* @param $response
* @param $response
* @return static
*
* @see \Picqer\Financials\Moneybird\Model::makeFromResponse()
Expand Down
6 changes: 3 additions & 3 deletions src/Picqer/Financials/Moneybird/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function setClient($client)
/**
* Insert a Middleware for the Guzzle Client.
*
* @param $middleWare
* @param $middleWare
*/
public function insertMiddleWare($middleWare)
{
Expand Down Expand Up @@ -189,7 +189,7 @@ private function createRequest($method = 'GET', $endpoint = '', $body = null, ar

/**
* @param string $method
* @param $endpoint
* @param $endpoint
* @param null $body
* @param array $params
* @param array $headers
Expand Down Expand Up @@ -430,7 +430,7 @@ private function parseResponse(Response $response)
}

/**
* @param $headerLine
* @param $headerLine
* @return bool | array
*/
private function getNextParams($headerLine)
Expand Down
2 changes: 1 addition & 1 deletion src/Picqer/Financials/Moneybird/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function getDirtyValues()
/**
* Check if the attribute is changed since the last save/update/create action.
*
* @param $attributeName
* @param $attributeName
* @return bool
*/
public function isAttributeDirty($attributeName)
Expand Down

0 comments on commit 465da86

Please sign in to comment.