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);
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```
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments