Skip to content

Commit 6449495

Browse files
committed
use -> namespace
1 parent 6c8d31b commit 6449495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop/UnsupportedFeatureException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Interop\Async\Loop;
3+
namespace Interop\Async\Loop;
44

55
/**
66
* Must be thrown if a feature is not supported by the system.

0 commit comments

Comments
 (0)