Skip to content
Snippets Groups Projects
Unverified Commit 7d18362c authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #987 from simplesamlphp/fix-hvvm

Fix HVVM
parents 59786554 65a80107
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ php:
- 7.1
- 7.2
- 7.3
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer update
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then composer require --dev vimeo/psalm:0.3.92; fi
......
......@@ -11,7 +11,7 @@ require_once(dirname(dirname(__FILE__)).'/libextinc/OAuth.php');
* @package SimpleSAMLphp
*/
class OAuthServer extends OAuthServer
class OAuthServer extends \OAuthServer
{
public function __construct($store)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment