| Total Complexity | 1 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 24 | namespace SimpleSAML\Module\casserver\Cas\Ticket; |
||
| 25 | |||
| 26 | abstract class TicketStore |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @param \SimpleSAML\Configuration $config |
||
| 30 | */ |
||
| 31 | public function __construct(\SimpleSAML\Configuration $config) |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param string $ticketId |
||
| 37 | * @return array|null |
||
| 38 | */ |
||
| 39 | abstract public function getTicket($ticketId); |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param array $ticket |
||
| 43 | */ |
||
| 44 | abstract public function addTicket(array $ticket); |
||
| 45 | |||
| 46 | /** |
||
| 51 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths