@@ -77,8 +77,8 @@ public static function getBiggerImage(array $images)
77
77
/**
78
78
* Search and returns the first value retrieved by the providers
79
79
*
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)
82
82
*
83
83
* @return mixed
84
84
*/
@@ -96,8 +96,8 @@ public static function getFirstData(array $providers, $name)
96
96
/**
97
97
* Search and returns all data retrieved by the providers
98
98
*
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)
101
101
*
102
102
* @return array
103
103
*/
@@ -124,9 +124,9 @@ public static function getAllData(array $providers, $name)
124
124
/**
125
125
* Search and returns the first url value retrieved by the providers
126
126
*
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)
130
130
*
131
131
* @return string|null
132
132
*/
@@ -142,9 +142,9 @@ public static function getFirstUrlData(Url $url, array $providers, $name)
142
142
/**
143
143
* Search and returns all data retrieved by the providers
144
144
*
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)
148
148
*
149
149
* @return array
150
150
*/
0 commit comments