Merge "Update formatting of file backend classes"
[lhc/web/wiklou.git] / includes / filebackend / lockmanager / ScopedLock.php
index 5faad4a..b35b934 100644 (file)
@@ -74,6 +74,7 @@ class ScopedLock {
                if ( $lockStatus->isOK() ) {
                        return new self( $manager, $pathsByType, $status );
                }
+
                return null;
        }