Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-04-21 15:47:36 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-21 15:47:36 +0300
commitdb643a0fdd2fee89d4056eb69ead03b892f9796d (patch)
tree4791f01b2ab38f316d5b586229383fefb35169a0 /templates/index.php
parent470a3c04f96fa67e31900685ea5390004f2539da (diff)
Change phpdoc from @type to @var
The official body behind the specification backtracked
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index e5627799..15f634d5 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
?>