Skip to content

Commit 474b014

Browse files
committed
fix Indention in waitResponse function
1 parent 2d133d4 commit 474b014

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Ami.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ public function allowTimeout($value = true)
215215
*/
216216
public function waitResponse($allowTimeout = false)
217217
{
218-
if (!is_resource($this->socket)) {
219-
return [];
220-
}
221-
218+
if (!is_resource($this->socket)) {
219+
return [];
220+
}
221+
222222
$allowTimeout = $this->allowTimeout ?: $allowTimeout;
223223

224224
// make sure we haven't already timed out

0 commit comments

Comments
 (0)