Browse Source

Merge branch '4.next' of github.com:pabloelcolombiano/cakephp into 4.next

Juan Pablo Ramirez 4 years ago
parent
commit
b4b705b2ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Http/BaseApplication.php

+ 0 - 1
src/Http/BaseApplication.php

@@ -295,7 +295,6 @@ abstract class BaseApplication implements
      * Invoke the application.
      *
      * - Add the request to the container, enabling its injection into other services.
-     * - Convert the PSR response into CakePHP equivalents.
      * - Create the controller that will handle this request.
      * - Invoke the controller.
      *