Ver código fonte

Merge pull request #1175 from jqhph/analysis-d0V1Rp

Apply fixes from StyleCI
Jiang Qinghua 4 anos atrás
pai
commit
08667f1128

+ 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
  */