Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Quality: Run hoa devtools:cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 24, 2016
1 parent 9cfc764 commit c1436f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IStream/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* New BSD License
*
* Copyright © 2007-2015, Hoa community. All rights reserved.
* Copyright © 2007-2016, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* Interface for all streams.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
interface Stream
Expand Down
2 changes: 1 addition & 1 deletion Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
abstract class Stream implements Event\Listenable, IStream\Stream
abstract class Stream implements IStream\Stream, Event\Listenable
{
use Event\Listens;

Expand Down

0 comments on commit c1436f6

Please sign in to comment.