| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | public function run() |
||
| 20 | { |
||
| 21 | //TODO Just trying - read wikia to do it right |
||
| 22 | $this->createDay('Dilluns',1,true); |
||
| 23 | $this->createDay('Dimarts',2,true); |
||
| 24 | $this->createDay('Dimecres',3,true); |
||
| 25 | $this->createDay('Dijous',4,true); |
||
| 26 | $this->createDay('Divendres',5,true); |
||
| 27 | $this->createDay('Dissabte',6,false); |
||
| 28 | $this->createDay('Diumenge',7,false); |
||
| 29 | |||
| 30 | } |
||
| 31 | |||
| 46 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.