Skip to content

Commit 6069a26

Browse files
authored
Update Debugger.php
1 parent b995ac6 commit 6069a26

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/Debugger.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
class Debugger
66
{
7-
/**
8-
* @var mixed $thing
9-
*/
10-
public function logType($thing)
11-
{
12-
//
13-
}
7+
/**
8+
* @var mixed $thing
9+
*/
10+
public function dumpType($thing): void
11+
{
12+
}
1413
}

0 commit comments

Comments
 (0)