Skip to content

Commit

Permalink
teste commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique committed Feb 6, 2020
1 parent 3553d27 commit 83d207c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Conta {
public $cpfTitular;
public $nomeTitular;
public $saldo = 0;
public $saldo = 0; //teste

public function sacar (float $valorASacar): void {
if($valorASacar > $this->saldo) {
Expand Down

0 comments on commit 83d207c

Please sign in to comment.