Skip to content

Commit 322858a

Browse files
authored
Merge pull request #37 from Osukaru/master
Added missing error class imports
2 parents 86fba50 + 2258de4 commit 322858a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Queue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
namespace Ds;
33

4+
use Error;
45
use OutOfBoundsException;
56

67
/**

src/Stack.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
namespace Ds;
33

4+
use Error;
45
use OutOfBoundsException;
56

67
/**

0 commit comments

Comments
 (0)