@@ -143,7 +143,7 @@ public function getEnv()
143143 /**
144144 * Returns true if the debug is enabled.
145145 *
146- * @return bool true if debug is enabled, false otherwise
146+ * @return bool true if debug is enabled, false otherwise
147147 */
148148 public function isDebug ()
149149 {
@@ -153,7 +153,7 @@ public function isDebug()
153153 /**
154154 * Returns true if the XDebug is enabled.
155155 *
156- * @return bool true if XDebug is enabled, false otherwise
156+ * @return bool true if XDebug is enabled, false otherwise
157157 */
158158 public function hasXDebug ()
159159 {
@@ -163,7 +163,7 @@ public function hasXDebug()
163163 /**
164164 * Returns true if EAccelerator is enabled.
165165 *
166- * @return bool true if EAccelerator is enabled, false otherwise
166+ * @return bool true if EAccelerator is enabled, false otherwise
167167 */
168168 public function hasEAccelerator ()
169169 {
@@ -173,7 +173,7 @@ public function hasEAccelerator()
173173 /**
174174 * Returns true if APC is enabled.
175175 *
176- * @return bool true if APC is enabled, false otherwise
176+ * @return bool true if APC is enabled, false otherwise
177177 */
178178 public function hasApc ()
179179 {
@@ -183,7 +183,7 @@ public function hasApc()
183183 /**
184184 * Returns true if Zend OPcache is enabled
185185 *
186- * @return bool true if Zend OPcache is enabled, false otherwise
186+ * @return bool true if Zend OPcache is enabled, false otherwise
187187 */
188188 public function hasZendOpcache ()
189189 {
@@ -193,7 +193,7 @@ public function hasZendOpcache()
193193 /**
194194 * Returns true if XCache is enabled.
195195 *
196- * @return bool true if XCache is enabled, false otherwise
196+ * @return bool true if XCache is enabled, false otherwise
197197 */
198198 public function hasXCache ()
199199 {
@@ -203,7 +203,7 @@ public function hasXCache()
203203 /**
204204 * Returns true if WinCache is enabled.
205205 *
206- * @return bool true if WinCache is enabled, false otherwise
206+ * @return bool true if WinCache is enabled, false otherwise
207207 */
208208 public function hasWinCache ()
209209 {
@@ -213,7 +213,7 @@ public function hasWinCache()
213213 /**
214214 * Returns true if any accelerator is enabled.
215215 *
216- * @return bool true if any accelerator is enabled, false otherwise
216+ * @return bool true if any accelerator is enabled, false otherwise
217217 */
218218 public function hasAccelerator ()
219219 {
0 commit comments