Explorar o código

Merge pull request #1175 from jqhph/analysis-d0V1Rp

Apply fixes from StyleCI
Jiang Qinghua %!s(int64=4) %!d(string=hai) anos
pai
achega
08667f1128
Modificáronse 2 ficheiros con 4 adicións e 5 borrados
  1. 4 4
      src/Grid/Displayers/DropdownActions.php
  2. 0 1
      src/Traits/LazyWidget.php

+ 4 - 4
src/Grid/Displayers/DropdownActions.php

@@ -84,21 +84,21 @@ class DropdownActions extends Actions
 
     protected function getViewLabel()
     {
-        return;
+
     }
 
     protected function getEditLabel()
     {
-        return;
+
     }
 
     protected function getQuickEditLabel()
     {
-        return;
+
     }
 
     protected function getDeleteLabel()
     {
-        return;
+
     }
 }

+ 0 - 1
src/Traits/LazyWidget.php

@@ -7,7 +7,6 @@ use Dcat\Admin\Admin;
 /**
  * Trait LazyWidget.
  *
- * @package Dcat\Admin\Traits
  *
  * @property string $translation
  */