Thanks to /u/ssokolow and /u/mmstick for a solution!
I did:
sudo apt install mingw-w64
Thanks to /u/ssokolow and /u/mmstick for a solution!
I did:
sudo apt install mingw-w64
| <?php | |
| class Demo | |
| { | |
| protected $Property; | |
| public function getProperty() : int | |
| { | |
| return $this->Property; | |
| } |
| <?php | |
| /** | |
| * Why casting to Interface in PHP would be useless. | |
| * | |
| * In applications I write, all function parameters are type hinted to | |
| * interfaces except for base types and value objects. This allows the unit | |
| * tests to supply dummy objects. | |
| * | |
| * The interfaces themselves have no logic inside, so the only test that they |
| Use Case 1: (Target) Title (Type) | |
| ================================= | |
| **Primary Actor**: User | |
| **Scope**: Software system | |
| **Level**: Summary / User Goal | |
| Main success scenario: | |
| ---------------------- | |
| 1. ... | |
| 2. ... |