Skip to content

Commit 82c1497

Browse files
committed
Fix types
1 parent 26f5444 commit 82c1497

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Processor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class Processor
1212
{
13-
1413
public function lines(
1514
int $count,
1615
Stream $inputStream,

src/Tail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Tail
1515
private Units $units;
1616

1717
/**
18-
* @param Units $units (unised - for future use)
18+
* @param Units $units (unused - for future use)
1919
*/
2020
public function __construct(int $count = 10, Units $units = Units::Lines)
2121
{

0 commit comments

Comments
 (0)