Skip to content

Commit

Permalink
Align syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Oct 9, 2024
1 parent 1fa9e59 commit 5a62b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/content/guides/secrets/04-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The function `pantheon_get_secret()` may be used to fetch the value of a single

```php
if ( function_exists('pantheon_get_secret') ) {
$secret_value = pantheon_get_secret("SECRET_NAME");
$secret_value = pantheon_get_secret('secret_name');
}
```

Expand Down

0 comments on commit 5a62b8d

Please sign in to comment.