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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-10-19 14:50:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-12-08 18:37:14 +0300
commit8b01176f60ee85582d467ca9b66aa8fbecd3e54d (patch)
tree668c4672c34d0be0adc0787d71492e1d337ef6ed /lib/public/Remote
parent5133a31d3c713e3e3c562e6fcd131ed2738d8798 (diff)
add more typehints
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Remote')
-rw-r--r--lib/public/Remote/IInstanceFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Remote/IInstanceFactory.php b/lib/public/Remote/IInstanceFactory.php
index 22ac85563f3..6aae463a897 100644
--- a/lib/public/Remote/IInstanceFactory.php
+++ b/lib/public/Remote/IInstanceFactory.php
@@ -26,7 +26,7 @@ namespace OCP\Remote;
*/
interface IInstanceFactory {
/**
- * @param $url
+ * @param string $url
* @return IInstance
*
* @since 13.0.0