Skip to content

Commit

Permalink
Use grouped import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 10, 2023
1 parent 22804fa commit 43ec544
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/php/websocket/Listeners.class.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php namespace websocket;

use lang\IllegalArgumentException;
use lang\Value;
use lang\{IllegalArgumentException, Value};

/**
* Extension point for websocket listeners
*
* @test xp://websocket.unittest.ListenersTest
* @test websocket.unittest.ListenersTest
*/
abstract class Listeners implements Value {
protected $environment;
Expand Down

0 comments on commit 43ec544

Please sign in to comment.