Skip to content

Commit a886126

Browse files
authored
Merge pull request #2 from KaririCode-Framework/develop
docs: adjust in example
2 parents bce5c9c + a8857e9 commit a886126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $attributeAnalyzer = new AttributeAnalyzer(Validate::class);
123123
$propertyInspector = new PropertyInspector($attributeAnalyzer);
124124
$handler = new CustomAttributeHandler();
125125

126-
$user = new User('John Doe', 'john@example.com', 25);
126+
$user = new User('Walmir Silva', 'walmir@example.com', 25);
127127

128128
$results = $propertyInspector->inspect($user, $handler);
129129
```

README.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $analisadorAtributos = new AttributeAnalyzer(Validate::class);
123123
$inspetorPropriedades = new PropertyInspector($analisadorAtributos);
124124
$manipulador = new ManipuladorAtributoPersonalizado();
125125

126-
$usuario = new Usuario('João Silva', 'joao@exemplo.com', 25);
126+
$usuario = new Usuario('Walmir Silva', 'walmir@exemplo.com', 25);
127127

128128
$resultados = $inspetorPropriedades->inspect($usuario, $manipulador);
129129
```

0 commit comments

Comments
 (0)