diff --git a/guide/portuguese/php/array/index.md b/guide/portuguese/php/array/index.md index 7f3f1f2f61..bbd78ea373 100644 --- a/guide/portuguese/php/array/index.md +++ b/guide/portuguese/php/array/index.md @@ -9,9 +9,9 @@ Um array no PHP é na verdade um mapa ordenado. Um mapa é um tipo que associa v Aqui está um exemplo: ``` ``` @@ -32,4 +32,4 @@ Aqui está um exemplo simples: echo $array['bar']; ``` -Tenha um bom dia, feliz codificando !!! \ No newline at end of file +Tenha um bom dia, feliz codificando !!!