Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1085 → Rev 1086

/trunk/includes/classes/OIDplusAuthContentStoreDummy.class.php
2,7 → 2,7
 
/*
* OIDplus 2.0
* Copyright 2019 - 2021 Daniel Marschall, ViaThinkSoft
* Copyright 2019 - 2023 Daniel Marschall, ViaThinkSoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
19,6 → 19,10
 
namespace ViaThinkSoft\OIDplus;
 
// phpcs:disable PSR1.Files.SideEffects
\defined('INSIDE_OIDPLUS') or die;
// phpcs:enable PSR1.Files.SideEffects
 
# TODO: Rename class?
abstract class OIDplusAuthContentStoreDummy extends OIDplusAuthContentStore {