This commit is contained in:
Robin Appelman 2014-07-24 01:44:48 +02:00
commit fd996aea9c
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ namespace Icewind\Streams;
*
* All callbacks are called after the operation is executed on the source stream
*/
class CallBackWrapper extends Wrapper {
class CallbackWrapper extends Wrapper {
/**
* @var callable
*/