@@ -94,7 +94,7 @@ public function lateCollect()
94
94
/**
95
95
* Gets the token.
96
96
*
97
- * @return string|null The token
97
+ * @return string|null
98
98
*/
99
99
public function getToken ()
100
100
{
@@ -104,7 +104,7 @@ public function getToken()
104
104
/**
105
105
* Gets the Symfony version.
106
106
*
107
- * @return string The Symfony version
107
+ * @return string
108
108
*/
109
109
public function getSymfonyVersion ()
110
110
{
@@ -165,7 +165,7 @@ public function getSymfonyEol()
165
165
/**
166
166
* Gets the PHP version.
167
167
*
168
- * @return string The PHP version
168
+ * @return string
169
169
*/
170
170
public function getPhpVersion ()
171
171
{
@@ -175,7 +175,7 @@ public function getPhpVersion()
175
175
/**
176
176
* Gets the PHP version extra part.
177
177
*
178
- * @return string|null The extra part
178
+ * @return string|null
179
179
*/
180
180
public function getPhpVersionExtra ()
181
181
{
@@ -209,7 +209,7 @@ public function getPhpTimezone()
209
209
/**
210
210
* Gets the environment.
211
211
*
212
- * @return string The environment
212
+ * @return string
213
213
*/
214
214
public function getEnv ()
215
215
{
@@ -229,7 +229,7 @@ public function isDebug()
229
229
/**
230
230
* Returns true if the XDebug is enabled.
231
231
*
232
- * @return bool true if XDebug is enabled, false otherwise
232
+ * @return bool
233
233
*/
234
234
public function hasXDebug ()
235
235
{
@@ -239,7 +239,7 @@ public function hasXDebug()
239
239
/**
240
240
* Returns true if APCu is enabled.
241
241
*
242
- * @return bool true if APCu is enabled, false otherwise
242
+ * @return bool
243
243
*/
244
244
public function hasApcu ()
245
245
{
@@ -249,7 +249,7 @@ public function hasApcu()
249
249
/**
250
250
* Returns true if Zend OPcache is enabled.
251
251
*
252
- * @return bool true if Zend OPcache is enabled, false otherwise
252
+ * @return bool
253
253
*/
254
254
public function hasZendOpcache ()
255
255
{
@@ -264,7 +264,7 @@ public function getBundles()
264
264
/**
265
265
* Gets the PHP SAPI name.
266
266
*
267
- * @return string The environment
267
+ * @return string
268
268
*/
269
269
public function getSapiName ()
270
270
{
0 commit comments