Skip to content

Commit 311ce9a

Browse files
committed
fix code style
1 parent 452d9e3 commit 311ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/PathItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function performValidation()
6969
public function getOperations()
7070
{
7171
$operations = [];
72-
foreach(static::attributes() as $attribute => $type) {
72+
foreach (static::attributes() as $attribute => $type) {
7373
if ($type === Operation::class && isset($this->$attribute)) {
7474
$operations[$attribute] = $this->$attribute;
7575
}

0 commit comments

Comments
 (0)