Skip to content

Commit 2aed3c1

Browse files
committed
style: cs
1 parent 3754bda commit 2aed3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/public/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use ApiPlatform\Playground\Kernel;
2020

2121
if (!($guide = $_SERVER['APP_GUIDE'] ?? $_ENV['APP_GUIDE'] ?? null)) {
22-
throw new \RuntimeException('No guide.');
22+
throw new RuntimeException('No guide.');
2323
}
2424

2525
$app = function (array $context) use ($guide) {

0 commit comments

Comments
 (0)