From 2db21996c6febd158a2cff30b78f152418764ba9 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 24 Aug 2016 00:01:41 -0500 Subject: [PATCH] Use strict types --- lib/BlockingDriver.php | 2 +- lib/BlockingHandle.php | 2 +- lib/Driver.php | 2 +- lib/EioDriver.php | 2 +- lib/EioHandle.php | 2 +- lib/FilesystemException.php | 2 +- lib/Handle.php | 2 +- lib/StatCache.php | 2 +- lib/UvDriver.php | 2 +- lib/UvHandle.php | 2 +- lib/functions.php | 2 +- test/BlockingDriverTest.php | 2 +- test/BlockingHandleTest.php | 2 +- test/DriverTest.php | 2 +- test/EioDriverTest.php | 2 +- test/EioHandleTest.php | 2 +- test/Fixture.php | 2 +- test/HandleTest.php | 4 ++-- test/UvDriverTest.php | 2 +- test/UvHandleTest.php | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lib/BlockingDriver.php b/lib/BlockingDriver.php index 98cc0ff..b5b4b3d 100644 --- a/lib/BlockingDriver.php +++ b/lib/BlockingDriver.php @@ -1,4 +1,4 @@ -eof()) { $chunk = (yield $handle->read($chunkSize)); diff --git a/test/UvDriverTest.php b/test/UvDriverTest.php index 6892d85..78e6672 100644 --- a/test/UvDriverTest.php +++ b/test/UvDriverTest.php @@ -1,4 +1,4 @@ -