We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452d9e3 commit 311ce9aCopy full SHA for 311ce9a
src/spec/PathItem.php
@@ -69,7 +69,7 @@ protected function performValidation()
69
public function getOperations()
70
{
71
$operations = [];
72
- foreach(static::attributes() as $attribute => $type) {
+ foreach (static::attributes() as $attribute => $type) {
73
if ($type === Operation::class && isset($this->$attribute)) {
74
$operations[$attribute] = $this->$attribute;
75
}
0 commit comments