@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace AppBundle\Action\Executor; |
| 4 | 4 | |
| 5 | 5 | use AppBundle\Entity\Action; |
| 6 | -use AppBundle\Entity\VarHook; |
|
| 7 | -use AppBundle\Entity\Variable; |
|
| 8 | 6 | |
| 9 | 7 | class Moisture extends BaseExecutor implements ExecutorInterface |
| 10 | 8 | { |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace AppBundle\Action\Executor; |
| 4 | 4 | |
| 5 | 5 | use AppBundle\Entity\Action; |
| 6 | -use AppBundle\Entity\VarHook; |
|
| 7 | -use AppBundle\Entity\Variable; |
|
| 8 | 6 | |
| 9 | 7 | class DayReport extends BaseExecutor implements ExecutorInterface |
| 10 | 8 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | $list = []; |
| 37 | 37 | /** |
| 38 | - * @var Widget $widget |
|
| 38 | + * @var Widget $widget |
|
| 39 | 39 | */ |
| 40 | 40 | foreach ($widgets as $widget) { |
| 41 | 41 | $list[$widget->getId()] = [ |
@@ -190,7 +190,7 @@ |
||
| 190 | 190 | public function getExtremes(Variable $variable) |
| 191 | 191 | { |
| 192 | 192 | /** |
| 193 | - * @var EntityManager $em |
|
| 193 | + * @var EntityManager $em |
|
| 194 | 194 | */ |
| 195 | 195 | $em = $this->getDoctrine()->getManager(); |
| 196 | 196 | |