File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ $attributeAnalyzer = new AttributeAnalyzer(Validate::class);
123
123
$propertyInspector = new PropertyInspector($attributeAnalyzer);
124
124
$handler = new CustomAttributeHandler();
125
125
126
- $user = new User('John Doe ', 'john @example.com', 25);
126
+ $user = new User('Walmir Silva ', 'walmir @example.com', 25);
127
127
128
128
$results = $propertyInspector->inspect($user, $handler);
129
129
```
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ $analisadorAtributos = new AttributeAnalyzer(Validate::class);
123
123
$inspetorPropriedades = new PropertyInspector($analisadorAtributos);
124
124
$manipulador = new ManipuladorAtributoPersonalizado();
125
125
126
- $usuario = new Usuario('João Silva', 'joao @exemplo.com', 25);
126
+ $usuario = new Usuario('Walmir Silva', 'walmir @exemplo.com', 25);
127
127
128
128
$resultados = $inspetorPropriedades->inspect($usuario, $manipulador);
129
129
```
You can’t perform that action at this time.
0 commit comments