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.
2 parents 932b237 + b701aca commit 9a95c94Copy full SHA for 9a95c94
cookbook/deployment/platformsh.rst
@@ -101,8 +101,8 @@ following file (it's your role to add this file to your code base)::
101
// app/config/parameters_platform.php
102
<?php
103
$relationships = getenv("PLATFORM_RELATIONSHIPS");
104
- if (!$relationships) {
105
- return;
+ if (!$relationships) {
+ return;
106
}
107
108
$relationships = json_decode(base64_decode($relationships), true);
0 commit comments