@@ -21,8 +21,6 @@ |
||
| 21 | 21 | * Decide based on the current date and time what the vote should be. Static so it's strategy can easily be accessed |
| 22 | 22 | * by other components as well, without the actual need for the voter instance. |
| 23 | 23 | * |
| 24 | - * @param \DateTime $scheduledFrom |
|
| 25 | - * @param \DateTime $scheduledTill |
|
| 26 | 24 | * @return int |
| 27 | 25 | */ |
| 28 | 26 | public static function decide(ScheduledContentInterface $object) |