My Project
TaskCost.php
[詳解]
1 <?php
2 declare(strict_types=1);
3 
5 
6 
7 final class TaskCost
8 {
9  public function __construct()
10  {
11 
12  }
13 
14  protected function validate()
15  {
16  return;
17  }
18 }