Skip to content

Commit 68b967b

Browse files
committed
Fix some typos in request class example
1 parent ad49578 commit 68b967b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$require->getServer(['SERVER_PROTOCOL', 'REQUEST_URI']);
3+
$request->getServer(['SERVER_PROTOCOL', 'REQUEST_URI']);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$require->getEnv(['CI_ENVIRONMENT', 'S3_BUCKET']);
3+
$request->getEnv(['CI_ENVIRONMENT', 'S3_BUCKET']);

0 commit comments

Comments
 (0)