Passed
Push — master ( aa412d...22eec5 )
by Mathieu
03:14
created
src/Charcoal/Cms/Section/ContentSection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 // From 'charcoal-cms'
6 6
 use Charcoal\Cms\AbstractSection;
7
-use Charcoal\Cms\Mixin\ContentSectionInterface;
8 7
 
9 8
 /**
10 9
  * Content section
Please login to merge, or discard this patch.
src/Charcoal/Cms/Section/EmptySection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 // From 'charcoal-cms'
6 6
 use Charcoal\Cms\AbstractSection;
7
-use Charcoal\Cms\Mixin\EmptySectionInterface;
8 7
 
9 8
 /**
10 9
  * Empty section
Please login to merge, or discard this patch.
src/Charcoal/Cms/Tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * The tag's color.
76 76
      *
77
-     * @return mixed
77
+     * @return string
78 78
      */
79 79
     public function color()
80 80
     {
Please login to merge, or discard this patch.