Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class UrlShortenerManager extends Manager implements Factory |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritDoc} |
||
12 | */ |
||
13 | public function client(string $name = null) |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | */ |
||
21 | public function getDefaultDriver() |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Set the default URL shortening driver name. |
||
28 | * |
||
29 | * @param string $name |
||
30 | * @return void |
||
31 | */ |
||
32 | public function setDefaultDriver(string $name) |
||
37 |
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be removed from the class and what other property to use instead.