Completed
Push — master ( 07b256...c70854 )
by Kirill
05:12
created
src/AppBundle/Controller/DashboardController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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()] = [
Please login to merge, or discard this patch.
src/AppBundle/Variable/Service.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.