Skip to content

Commit 8d20edb

Browse files
committed
Minor phpcs
1 parent 75c8ecb commit 8d20edb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Saml2/Settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function __construct($settings = null, $spValidationOnly = false)
150150

151151
/**
152152
* Sets the paths of the different folders
153-
* @suppress PhanUndeclaredConstant
153+
* @suppress PhanUndeclaredConstant
154154
*/
155155
private function _loadPaths()
156156
{
@@ -304,7 +304,7 @@ private function _loadSettingsFromFile()
304304
}
305305

306306
/** @var array $settings */
307-
include $filename;
307+
include $filename;
308308

309309
// Add advance_settings if exists
310310

0 commit comments

Comments
 (0)