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
parent470a3c04f96fa67e31900685ea5390004f2539da (diff)
Change phpdoc from @type to @var
The official body behind the specification backtracked
Diffstat (limited to 'templates')
-rw-r--r--templates/authenticate.php4
-rw-r--r--templates/index.php2
-rw-r--r--templates/part.content.php4
-rw-r--r--templates/part.filenotfounderror.php4
-rw-r--r--templates/part.linkerror.php4
-rw-r--r--templates/public.php4
6 files changed, 11 insertions, 11 deletions
diff --git a/templates/authenticate.php b/templates/authenticate.php
index 8f8cea61..666e7d01 100644
--- a/templates/authenticate.php
+++ b/templates/authenticate.php
@@ -1,9 +1,9 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
/**
- * @type $l OC_L10N
+ * @var $l OC_L10N
*/
style('galleryplus', 'authenticate');
?>
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
*/
?>
diff --git a/templates/part.content.php b/templates/part.content.php
index 989f3274..cdd7d4ae 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -1,9 +1,9 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
/**
- * @type $l OC_L10N
+ * @var $l OC_L10N
*/
script(
$_['appName'],
diff --git a/templates/part.filenotfounderror.php b/templates/part.filenotfounderror.php
index cb3f4d7d..90722768 100644
--- a/templates/part.filenotfounderror.php
+++ b/templates/part.filenotfounderror.php
@@ -1,9 +1,9 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
/**
- * @type $l OC_L10N
+ * @var $l OC_L10N
*/
style(
$_['appName'],
diff --git a/templates/part.linkerror.php b/templates/part.linkerror.php
index a3511ca0..35308046 100644
--- a/templates/part.linkerror.php
+++ b/templates/part.linkerror.php
@@ -1,9 +1,9 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
/**
- * @type $l OC_L10N
+ * @var $l OC_L10N
*/
style(
$_['appName'],
diff --git a/templates/public.php b/templates/public.php
index fc6c214b..32f59c5f 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -1,9 +1,9 @@
<?php
/**
- * @type $_ array
+ * @var $_ array
*/
/**
- * @type $l OC_L10N
+ * @var $l OC_L10N
*/
script(
$_['appName'],