Skip to content

Commit b701aca

Browse files
committed
Fixed code intentation
1 parent 9fb296d commit b701aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/deployment/platformsh.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ following file::
100100
// app/config/parameters_platform.php
101101
<?php
102102
$relationships = getenv("PLATFORM_RELATIONSHIPS");
103-
if (!$relationships) {
104-
return;
103+
if (!$relationships) {
104+
return;
105105
}
106106

107107
$relationships = json_decode(base64_decode($relationships), true);

0 commit comments

Comments
 (0)