Skip to content

Commit 49c85c6

Browse files
committed
Add missing EOLs
1 parent 6e6b252 commit 49c85c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Resource/Logbook/Flow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ public function isRunning(): bool
4444
{
4545
return $this->state === self::STATE_RUNNING;
4646
}
47-
}
47+
}

src/Service/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ class App extends AbstractService
88
{
99
public const V2_APP_DETAIL_URL = "/v2/app/%s/";
1010
public const V1_APP_FLOWS_URL = "/logbook/v1/logbooks/%s/flows/";
11-
}
11+
}

src/Service/Logbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public function getList(string $app, int $amount = 50): array
3838

3939
return $result;
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)