Browse Source

Merge pull request #1175 from jqhph/analysis-d0V1Rp

Apply fixes from StyleCI
Jiang Qinghua 4 years ago
parent
commit
08667f1128
2 changed files with 4 additions and 5 deletions
  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()
     protected function getViewLabel()
     {
     {
-        return;
+
     }
     }
 
 
     protected function getEditLabel()
     protected function getEditLabel()
     {
     {
-        return;
+
     }
     }
 
 
     protected function getQuickEditLabel()
     protected function getQuickEditLabel()
     {
     {
-        return;
+
     }
     }
 
 
     protected function getDeleteLabel()
     protected function getDeleteLabel()
     {
     {
-        return;
+
     }
     }
 }
 }

+ 0 - 1
src/Traits/LazyWidget.php

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