Completed
Push — master ( 8e6d72...13d1e3 )
by Kirill
04:06
created
src/AppBundle/Entity/Device.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @return mixed
141
+     * @return string
142 142
      */
143 143
     public function getName()
144 144
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @return mixed
159
+     * @return string
160 160
      */
161 161
     public function getAlias()
162 162
     {
Please login to merge, or discard this patch.
src/AppBundle/Variable/Service.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Variable;
4 4
 
5
-use AppBundle\Action\Executor\ExecutorInterface;
6 5
 use AppBundle\Entity\Trigger;
7 6
 use AppBundle\Entity\Variable;
8 7
 use AppBundle\Entity\VariableHistory;
Please login to merge, or discard this patch.