correcting namespaces

This commit is contained in:
El RIDO
2018-11-19 13:07:25 +01:00
parent 18151e6e9e
commit 9ce41022cf
7 changed files with 9 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ class DataStore extends AbstractPersistence
* @access public
* @static
* @param string $filename
* @return stdClass|false $data
* @return \stdClass|false $data
*/
public static function get($filename)
{

View File

@@ -60,7 +60,7 @@ class PurgeLimiter extends AbstractPersistence
*
* @access public
* @static
* @throws Exception
* @throws \Exception
* @return bool
*/
public static function canPurge()

View File

@@ -90,7 +90,7 @@ class TrafficLimiter extends AbstractPersistence
*
* @access public
* @static
* @throws Exception
* @throws \Exception
* @return bool
*/
public static function canPass()