Skip to content

Commit

Permalink
Alterado link do repositório na documentação.
Browse files Browse the repository at this point in the history
  • Loading branch information
luispaiva committed Jul 9, 2022
1 parent 3c16a3f commit cfd8068
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Back-end
* @author Seu Nome <seu-email@seu-provedor.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://github.com/apiki/back-end-challenge
* @link https://github.com/luispaiva/back-end-challenge/tree/luis-paiva
*/

declare(strict_types=1);
Expand Down
4 changes: 2 additions & 2 deletions src/Controllers/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Back-end
* @author Luis Paiva <contato@luispaiva.com.br>
* @license http://opensource.org/licenses/MIT MIT
* @link https://github.com/Apiki/back-end-challenge
* @link https://github.com/luispaiva/back-end-challenge/tree/luis-paiva
*/

namespace App\Controllers;
Expand All @@ -25,7 +25,7 @@
* @package Back-end
* @author Luis Paiva <contato@luispaiva.com.br>
* @license http://opensource.org/licenses/MIT MIT
* @link https://github.com/Apiki/back-end-challenge
* @link https://github.com/luispaiva/back-end-challenge/tree/luis-paiva
*/
final class Exchange
{
Expand Down
4 changes: 2 additions & 2 deletions src/Helpers/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Back-end.
* @author Luis Paiva <contato@luispaiva.com.br>
* @license http://opensource.org/licenses/MIT MIT
* @link https://github.com/Apiki/back-end-challenge.
* @link https://github.com/luispaiva/back-end-challenge/tree/luis-paiva.
*/

namespace App\Helpers;
Expand All @@ -21,7 +21,7 @@
* @package Back-end.
* @author Luis Paiva <contato@luispaiva.com.br>
* @license http://opensource.org/licenses/MIT MIT
* @link https://github.com/Apiki/back-end-challenge.
* @link https://github.com/luispaiva/back-end-challenge/tree/luis-paiva.
*/
final class Validate
{
Expand Down

0 comments on commit cfd8068

Please sign in to comment.