From c1436f617634180c821552789dfdf2f281ea5126 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 24 Feb 2016 07:36:19 +0100 Subject: [PATCH] Quality: Run `hoa devtools:cs`. --- IStream/Stream.php | 4 ++-- Stream.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IStream/Stream.php b/IStream/Stream.php index 9748867..f87a149 100644 --- a/IStream/Stream.php +++ b/IStream/Stream.php @@ -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: @@ -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 diff --git a/Stream.php b/Stream.php index cc71580..6cd69e4 100644 --- a/Stream.php +++ b/Stream.php @@ -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;