Jelajahi Sumber

Merge pull request #1175 from jqhph/analysis-d0V1Rp

Apply fixes from StyleCI
Jiang Qinghua 4 tahun lalu
induk
melakukan
08667f1128
2 mengubah file dengan 4 tambahan dan 5 penghapusan
  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
  */