@@ -77,8 +77,8 @@ public static function getBiggerImage(array $images)
7777 /**
7878 * Search and returns the first value retrieved by the providers
7979 *
80- * @param null|array $providers The providers used to retrieve the data
81- * @param string $name The data name (title, description, image, etc)
80+ * @param null|array $providers The providers used to retrieve the data
81+ * @param string $name The data name (title, description, image, etc)
8282 *
8383 * @return mixed
8484 */
@@ -96,8 +96,8 @@ public static function getFirstData(array $providers, $name)
9696 /**
9797 * Search and returns all data retrieved by the providers
9898 *
99- * @param null|array $providers The providers used to retrieve the data
100- * @param string $name The data name (title, description, image, etc)
99+ * @param null|array $providers The providers used to retrieve the data
100+ * @param string $name The data name (title, description, image, etc)
101101 *
102102 * @return array
103103 */
@@ -124,9 +124,9 @@ public static function getAllData(array $providers, $name)
124124 /**
125125 * Search and returns the first url value retrieved by the providers
126126 *
127- * @param Url $url The base url used to resolve relative urls
128- * @param null|array $providers The providers used to retrieve the data
129- * @param string $name The data name (title, description, image, etc)
127+ * @param Url $url The base url used to resolve relative urls
128+ * @param null|array $providers The providers used to retrieve the data
129+ * @param string $name The data name (title, description, image, etc)
130130 *
131131 * @return string|null
132132 */
@@ -142,9 +142,9 @@ public static function getFirstUrlData(Url $url, array $providers, $name)
142142 /**
143143 * Search and returns all data retrieved by the providers
144144 *
145- * @param Url $url The base url used to resolve relative urls
146- * @param null|array $providers The providers used to retrieve the data
147- * @param string $name The data name (title, description, image, etc)
145+ * @param Url $url The base url used to resolve relative urls
146+ * @param null|array $providers The providers used to retrieve the data
147+ * @param string $name The data name (title, description, image, etc)
148148 *
149149 * @return array
150150 */
0 commit comments