mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 08:34:09 +02:00
Fix case
This commit is contained in:
parent
a19beaf7ef
commit
fd996aea9c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace Icewind\Streams\Tests;
|
||||
|
||||
class CallBackWrapper extends Wrapper {
|
||||
class CallbackWrapper extends Wrapper {
|
||||
|
||||
/**
|
||||
* @param resource $source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue