Skip to content

Commit 8b9f172

Browse files
authored
Code styling.
2 parents caf7c1f + 88b69d9 commit 8b9f172

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/Api/Builders/AbstractBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private function attributeIsBuilder(string $key): bool
136136
* Set an attributes value.
137137
*
138138
* @param string $key
139-
* @param $value
139+
* @param $value
140140
*
141141
* @return $this
142142
*/
@@ -251,7 +251,7 @@ public function toJson($options = null)
251251
* default if it does not exist.
252252
*
253253
* @param array $array
254-
* @param $key
254+
* @param $key
255255
* @param false $default
256256
*
257257
* @return false|mixed

src/Api/Builders/AbstractSchemableBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function cast(string $type, $value)
131131
* Sets an attribute.
132132
*
133133
* @param string $key
134-
* @param $value
134+
* @param $value
135135
*
136136
* @return AbstractSchemableBuilder
137137
*/

src/Api/Leads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Leads extends AbstractApi
1010
/**
1111
* Index Leads ( Summary ).
1212
*
13-
* @param $advertiserId
13+
* @param $advertiserId
1414
* @param array $request
1515
*
1616
* @throws Builders\ValidationException

src/Api/Stock.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Stock extends AbstractApi
1414
* Create a stock item.
1515
*
1616
* @param string $advertiserId
17-
* @param $request StockItemRequestBuilder|array
17+
* @param $request StockItemRequestBuilder|array
1818
*
1919
* @return array
2020
*/
@@ -54,7 +54,7 @@ public function create(string $advertiserId, $request): array
5454
*
5555
* @param string $advertiserId
5656
* @param string $uuid
57-
* @param $request
57+
* @param $request
5858
*
5959
* @return array
6060
*/
@@ -119,7 +119,7 @@ public function uploadImage(string $advertiserId, string $path): string
119119
* Upload image binary data.
120120
*
121121
* @param string $advertiserId
122-
* @param $data|resource
122+
* @param $data|resource
123123
*
124124
* @return string
125125
*/
@@ -141,7 +141,7 @@ public function uploadImageData(string $advertiserId, $data): string
141141
* Search an advertisers stock.
142142
*
143143
* @param string $advertiserId
144-
* @param $request
144+
* @param $request
145145
*
146146
* @return array
147147
*/

src/Http/SimpleMultipartBody.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class SimpleMultipartBody
1919
/**
2020
* Add a part.
2121
*
22-
* @param string $name
23-
* @param $contents
22+
* @param string $name
23+
* @param $contents
2424
* @param string|null $filename
2525
* @param array $headers
2626
*

0 commit comments

Comments
 (0)