Skip to content

Commit 9a95c94

Browse files
committed
minor #5326 Fixed code intentation (lyrixx)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed code intentation Commits ------- b701aca Fixed code intentation
2 parents 932b237 + b701aca commit 9a95c94

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
@@ -101,8 +101,8 @@ following file (it's your role to add this file to your code base)::
101101
// app/config/parameters_platform.php
102102
<?php
103103
$relationships = getenv("PLATFORM_RELATIONSHIPS");
104-
if (!$relationships) {
105-
return;
104+
if (!$relationships) {
105+
return;
106106
}
107107

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

0 commit comments

Comments
 (0)