minor changes
authorPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:44:30 +0000 (23:44 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:44:30 +0000 (23:44 +0200)
src/Util/Lock/ILockDriver.php
src/Util/Lock/MemcacheLockDriver.php
src/Util/Lock/SemaphoreLockDriver.php

index 97052b3..7f5a359 100644 (file)
@@ -35,4 +35,4 @@ interface ILockDriver
         * @return void
         */
        public function releaseAll();
-}
\ No newline at end of file
+}
index 9a3ceb4..d0789a9 100644 (file)
@@ -83,4 +83,4 @@ class MemcacheLockDriver implements ILockDriver
                // We cannot delete all cache entries, but this doesn't matter with memcache
                return;
        }
-}
\ No newline at end of file
+}
index 3adf1ff..1cd3af1 100644 (file)
@@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
                // not needed/supported
                return;
        }
-}
\ No newline at end of file
+}