Always put type information before variable name for @var tags
[lhc/web/wiklou.git] / includes / libs / filebackend / SwiftFileBackend.php
index eb72edc..de5a103 100644 (file)
@@ -1250,7 +1250,7 @@ class SwiftFileBackend extends FileBackendStore {
         * @return StatusValue[]
         */
        protected function doExecuteOpHandlesInternal( array $fileOpHandles ) {
-               /** @var $statuses StatusValue[] */
+               /** @var StatusValue[] $statuses */
                $statuses = [];
 
                $auth = $this->getAuthentication();