@@ -94,7 +94,7 @@ public function lateCollect()
9494 /**
9595 * Gets the token.
9696 *
97- * @return string|null The token
97+ * @return string|null
9898 */
9999 public function getToken ()
100100 {
@@ -104,7 +104,7 @@ public function getToken()
104104 /**
105105 * Gets the Symfony version.
106106 *
107- * @return string The Symfony version
107+ * @return string
108108 */
109109 public function getSymfonyVersion ()
110110 {
@@ -165,7 +165,7 @@ public function getSymfonyEol()
165165 /**
166166 * Gets the PHP version.
167167 *
168- * @return string The PHP version
168+ * @return string
169169 */
170170 public function getPhpVersion ()
171171 {
@@ -175,7 +175,7 @@ public function getPhpVersion()
175175 /**
176176 * Gets the PHP version extra part.
177177 *
178- * @return string|null The extra part
178+ * @return string|null
179179 */
180180 public function getPhpVersionExtra ()
181181 {
@@ -209,7 +209,7 @@ public function getPhpTimezone()
209209 /**
210210 * Gets the environment.
211211 *
212- * @return string The environment
212+ * @return string
213213 */
214214 public function getEnv ()
215215 {
@@ -229,7 +229,7 @@ public function isDebug()
229229 /**
230230 * Returns true if the XDebug is enabled.
231231 *
232- * @return bool true if XDebug is enabled, false otherwise
232+ * @return bool
233233 */
234234 public function hasXDebug ()
235235 {
@@ -239,7 +239,7 @@ public function hasXDebug()
239239 /**
240240 * Returns true if APCu is enabled.
241241 *
242- * @return bool true if APCu is enabled, false otherwise
242+ * @return bool
243243 */
244244 public function hasApcu ()
245245 {
@@ -249,7 +249,7 @@ public function hasApcu()
249249 /**
250250 * Returns true if Zend OPcache is enabled.
251251 *
252- * @return bool true if Zend OPcache is enabled, false otherwise
252+ * @return bool
253253 */
254254 public function hasZendOpcache ()
255255 {
@@ -264,7 +264,7 @@ public function getBundles()
264264 /**
265265 * Gets the PHP SAPI name.
266266 *
267- * @return string The environment
267+ * @return string
268268 */
269269 public function getSapiName ()
270270 {
0 commit comments