diff --git a/src/ExceptionalQueue.php b/src/ExceptionalQueue.php index da4190d..61c86b0 100644 --- a/src/ExceptionalQueue.php +++ b/src/ExceptionalQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/InMemoryQueue.php b/src/InMemoryQueue.php index 8c24a0a..22b2cdc 100644 --- a/src/InMemoryQueue.php +++ b/src/InMemoryQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/MongoQueue.php b/src/MongoQueue.php index 596a388..4322aae 100644 --- a/src/MongoQueue.php +++ b/src/MongoQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/NoItemAvailableException.php b/src/NoItemAvailableException.php index 97d4b35..378659c 100644 --- a/src/NoItemAvailableException.php +++ b/src/NoItemAvailableException.php @@ -1,7 +1,7 @@ * diff --git a/src/Pdo/GenericPdoQueue.php b/src/Pdo/GenericPdoQueue.php index fb9639e..2b8ca08 100644 --- a/src/Pdo/GenericPdoQueue.php +++ b/src/Pdo/GenericPdoQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/Pdo/PdoQueue.php b/src/Pdo/PdoQueue.php index 4db2a52..7bb93c8 100644 --- a/src/Pdo/PdoQueue.php +++ b/src/Pdo/PdoQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/Pdo/SqlitePdoQueue.php b/src/Pdo/SqlitePdoQueue.php index 79e1f3e..5ac77bf 100644 --- a/src/Pdo/SqlitePdoQueue.php +++ b/src/Pdo/SqlitePdoQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/PheanstalkQueue.php b/src/PheanstalkQueue.php index 7f366bf..8110d11 100644 --- a/src/PheanstalkQueue.php +++ b/src/PheanstalkQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/Queue.php b/src/Queue.php index e4c8666..0b1dc51 100644 --- a/src/Queue.php +++ b/src/Queue.php @@ -1,7 +1,7 @@ * diff --git a/src/QueueException.php b/src/QueueException.php index 81cfadd..3dfc9d0 100644 --- a/src/QueueException.php +++ b/src/QueueException.php @@ -1,7 +1,7 @@ * diff --git a/src/QueueUtils.php b/src/QueueUtils.php index b57b53c..e96449c 100644 --- a/src/QueueUtils.php +++ b/src/QueueUtils.php @@ -1,7 +1,7 @@ * diff --git a/src/RedisQueue.php b/src/RedisQueue.php index eb61fc6..af0a55a 100644 --- a/src/RedisQueue.php +++ b/src/RedisQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/SysVQueue.php b/src/SysVQueue.php index 1ed8542..24afa3f 100644 --- a/src/SysVQueue.php +++ b/src/SysVQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/TarantoolQueue.php b/src/TarantoolQueue.php index 7a46f49..57ff908 100644 --- a/src/TarantoolQueue.php +++ b/src/TarantoolQueue.php @@ -1,7 +1,7 @@ * diff --git a/src/TypeSafeQueue.php b/src/TypeSafeQueue.php index e762c8c..bb5bb6f 100644 --- a/src/TypeSafeQueue.php +++ b/src/TypeSafeQueue.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/Handler.php b/tests/Handler/Handler.php index f3851d6..bebc8fd 100644 --- a/tests/Handler/Handler.php +++ b/tests/Handler/Handler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/MongoHandler.php b/tests/Handler/MongoHandler.php index 22ecf82..72d63fb 100644 --- a/tests/Handler/MongoHandler.php +++ b/tests/Handler/MongoHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/PdoHandler.php b/tests/Handler/PdoHandler.php index 1d308ba..6f58189 100644 --- a/tests/Handler/PdoHandler.php +++ b/tests/Handler/PdoHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/PheanstalkHandler.php b/tests/Handler/PheanstalkHandler.php index c09149d..6d99a41 100644 --- a/tests/Handler/PheanstalkHandler.php +++ b/tests/Handler/PheanstalkHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/RedisHandler.php b/tests/Handler/RedisHandler.php index d5ed107..44127e5 100644 --- a/tests/Handler/RedisHandler.php +++ b/tests/Handler/RedisHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/SysVHandler.php b/tests/Handler/SysVHandler.php index f44c569..43e5f86 100644 --- a/tests/Handler/SysVHandler.php +++ b/tests/Handler/SysVHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Handler/TarantoolHandler.php b/tests/Handler/TarantoolHandler.php index 22f03bc..43ef3d2 100644 --- a/tests/Handler/TarantoolHandler.php +++ b/tests/Handler/TarantoolHandler.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Concurrency.php b/tests/Queue/Concurrency.php index 16872d4..2ab33bd 100644 --- a/tests/Queue/Concurrency.php +++ b/tests/Queue/Concurrency.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/ExceptionalQueueTest.php b/tests/Queue/ExceptionalQueueTest.php index 5b566f2..616bb4b 100644 --- a/tests/Queue/ExceptionalQueueTest.php +++ b/tests/Queue/ExceptionalQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/InMemoryQueueTest.php b/tests/Queue/InMemoryQueueTest.php index 7634a9b..a1e9e2e 100644 --- a/tests/Queue/InMemoryQueueTest.php +++ b/tests/Queue/InMemoryQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/MongoQueueTest.php b/tests/Queue/MongoQueueTest.php index 8fe1292..d88123b 100644 --- a/tests/Queue/MongoQueueTest.php +++ b/tests/Queue/MongoQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Pdo/MockPdo.php b/tests/Queue/Pdo/MockPdo.php index 43ee0d0..40a37a5 100644 --- a/tests/Queue/Pdo/MockPdo.php +++ b/tests/Queue/Pdo/MockPdo.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Pdo/MysqlPdoQueueTest.php b/tests/Queue/Pdo/MysqlPdoQueueTest.php index dbf5b1c..7ea2fca 100644 --- a/tests/Queue/Pdo/MysqlPdoQueueTest.php +++ b/tests/Queue/Pdo/MysqlPdoQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Pdo/PdoQueueTest.php b/tests/Queue/Pdo/PdoQueueTest.php index df1beac..a98b334 100644 --- a/tests/Queue/Pdo/PdoQueueTest.php +++ b/tests/Queue/Pdo/PdoQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Pdo/PgsqlPdoQueueTest.php b/tests/Queue/Pdo/PgsqlPdoQueueTest.php index 208e838..0c60e2f 100644 --- a/tests/Queue/Pdo/PgsqlPdoQueueTest.php +++ b/tests/Queue/Pdo/PgsqlPdoQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Pdo/SqlitePdoQueueTest.php b/tests/Queue/Pdo/SqlitePdoQueueTest.php index 8f1ca16..329548c 100644 --- a/tests/Queue/Pdo/SqlitePdoQueueTest.php +++ b/tests/Queue/Pdo/SqlitePdoQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Performance.php b/tests/Queue/Performance.php index 9ebe878..4bb39ce 100644 --- a/tests/Queue/Performance.php +++ b/tests/Queue/Performance.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Persistence.php b/tests/Queue/Persistence.php index 80954f7..ab83533 100644 --- a/tests/Queue/Persistence.php +++ b/tests/Queue/Persistence.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/PheanstalkQueueTest.php b/tests/Queue/PheanstalkQueueTest.php index f8fe757..558c83d 100644 --- a/tests/Queue/PheanstalkQueueTest.php +++ b/tests/Queue/PheanstalkQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/QueueExceptionTest.php b/tests/Queue/QueueExceptionTest.php index 33a47ad..0a94657 100644 --- a/tests/Queue/QueueExceptionTest.php +++ b/tests/Queue/QueueExceptionTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/QueueTest.php b/tests/Queue/QueueTest.php index 37930ff..7853517 100644 --- a/tests/Queue/QueueTest.php +++ b/tests/Queue/QueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/QueueUtilsTest.php b/tests/Queue/QueueUtilsTest.php index 9baa864..aa3fdab 100644 --- a/tests/Queue/QueueUtilsTest.php +++ b/tests/Queue/QueueUtilsTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/RedisQueueTest.php b/tests/Queue/RedisQueueTest.php index 05d10b0..bb520e3 100644 --- a/tests/Queue/RedisQueueTest.php +++ b/tests/Queue/RedisQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/SysVQueueTest.php b/tests/Queue/SysVQueueTest.php index e153541..0d61443 100644 --- a/tests/Queue/SysVQueueTest.php +++ b/tests/Queue/SysVQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/TarantoolQueueTest.php b/tests/Queue/TarantoolQueueTest.php index a2828f5..3fb41b1 100644 --- a/tests/Queue/TarantoolQueueTest.php +++ b/tests/Queue/TarantoolQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/TypeSafeQueueTest.php b/tests/Queue/TypeSafeQueueTest.php index 25205fe..e0b7a60 100644 --- a/tests/Queue/TypeSafeQueueTest.php +++ b/tests/Queue/TypeSafeQueueTest.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Types.php b/tests/Queue/Types.php index 3b5127c..6f66a12 100644 --- a/tests/Queue/Types.php +++ b/tests/Queue/Types.php @@ -1,7 +1,7 @@ * diff --git a/tests/Queue/Util.php b/tests/Queue/Util.php index 5640f6e..a846729 100644 --- a/tests/Queue/Util.php +++ b/tests/Queue/Util.php @@ -1,7 +1,7 @@ * diff --git a/tests/TimeUtils.php b/tests/TimeUtils.php index 524cfa9..43ae09f 100644 --- a/tests/TimeUtils.php +++ b/tests/TimeUtils.php @@ -1,7 +1,7 @@ * diff --git a/tests/worker.php b/tests/worker.php index a85d81b..a44f8ca 100644 --- a/tests/worker.php +++ b/tests/worker.php @@ -1,7 +1,7 @@ *