]> git.mxchange.org Git - friendica.git/commitdiff
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 97052b35afcb194cae67c3613ddad8308ee89d15..7f5a359946879da26489dc3ad5b017cf14a2618e 100644 (file)
@@ -35,4 +35,4 @@ interface ILockDriver
         * @return void
         */
        public function releaseAll();
-}
\ No newline at end of file
+}
index 9a3ceb464539023b64d031d5aad2f87397b93217..d0789a95c43549b22224726342a27d6488ca0b8f 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 3adf1ff37c89b4ab4820026afba155111a2b0744..1cd3af14117ffd9ffa20565dabd627bce4bfa260 100644 (file)
@@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
                // not needed/supported
                return;
        }
-}
\ No newline at end of file
+}