1 | <?php |
||
5 | class FakeConnection implements ConnectionInterface |
||
6 | { |
||
7 | private $fakeDB; |
||
8 | public function __construct($config = null) |
||
14 | |||
15 | public function lookup($slug, $update) |
||
19 | |||
20 | public function reverseLookup($longUrl) |
||
25 | |||
26 | public function addNewRecord($longUrl, $slug) |
||
30 | |||
31 | public function getIncrementUid() |
||
35 | } |
||
36 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.