Skip to content

Commit 4b24fae

Browse files
improve comments in tests/example.php
1 parent 4e3757e commit 4b24fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// =============================================================================
4-
// This majority of this part of the code is usually handled by your framework
4+
// The majority of this part of the code is usually handled by your framework
55
// -----------------------------------------------------------------------------
66
session_start();
77
ob_start();
@@ -36,7 +36,7 @@
3636

3737

3838
// =============================================================================
39-
// Create the Authorization Server provided by the PDS Interop package
39+
// Create the Authorization Server
4040
// -----------------------------------------------------------------------------
4141
$keyPath = dirname(__DIR__) . '/tests/fixtures/keys';
4242
$encryptionKey = file_get_contents($keyPath . '/encryption.key');

0 commit comments

Comments
 (0)