Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit b49d404

Browse files
Pavel Vyskočilvyskocilpavel
authored andcommitted
Use import instead of unnecessary qualifier
1 parent 1939f00 commit b49d404

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818
- Set default values for some option in 'DatabaseConnector.php'
1919
- Remove duplicate code from 'DatabaseConnector.php'
2020
- Move duplicate code for timeRange to separate file
21+
- Use import instead of unnecessary qualifier
2122

2223
#### Fixed
2324
- Fixed the syntax of CHANGELOG

lib/Auth/Process/statistics.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
namespace SimpleSAML\Module\proxystatistics\Auth\Process;
44

55
use DateTime;
6+
use SimpleSAML\Auth\ProcessingFilter;
67
use SimpleSAML\Error\Exception;
78
use SimpleSAML\Logger;
89

910
/**
1011
*
1112
* @author Pavel Vyskočil <[email protected]>
1213
*/
13-
class Statistics extends \SimpleSAML\Auth\ProcessingFilter
14+
class Statistics extends ProcessingFilter
1415
{
1516
private $config;
1617
private $reserved;

0 commit comments

Comments
 (0)