| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); defined('BASEPATH') OR exit('No direct script access allowed'); |
||
| 20 | public function getTitleData(string $title_url, bool $firstGet = FALSE) : ?array { |
||
| 21 | $fullURL = $this->getFullTitleURL($title_url); |
||
| 22 | return $this->parseFoolSlide($fullURL, $title_url); |
||
| 23 | } |
||
| 24 | } |
||
| 25 |