I hereby claim:
- I am dragomeat on github.
- I am dragomeat (https://keybase.io/dragomeat) on keybase.
- I have a public key ASBcUHdnBzROx0EPi3QMkN67pMZktoFcA1Qk1-A9c2Dyewo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| declare(strict_types=1); | |
| class Calculator | |
| { | |
| private $result; | |
| public function __construct(int $result = 0) | |
| { |