Skip to content

Commit

Permalink
Update Route.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio-msp authored Jun 6, 2017
1 parent 075a0f8 commit b5e45ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class Route extends \Klein\Klein {
* -------------------------------------------------------------------------
*
* Essa função cria uma rota que pode ser dos tipos: GET|POST|PUT|DELETE.
* Verifica também se o 3º parâmetro é do tipo @string class->method(), uma
* classe instânciada com chamada de método. Caso não seja ele interpreta o
* padrão que é uma @function.
* Verifica também se o 3º parâmetro é do tipo string class->method(), uma
* classe instanciada com chamada de método. Caso não seja ele interpreta o
* padrão que é uma function.
*
* @param type $method
* @param type $path
Expand Down

0 comments on commit b5e45ca

Please sign in to comment.