Test Failed
Push — master ( 12aea4...5981da )
by Nicolas
02:27
created
src/Cp/CapSniffer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param string $week
94 94
      * @param string $seance
95 95
      *
96
-     * @return Plan
96
+     * @return DomainObject\Plan
97 97
      */
98 98
     public function getPlan($typeName, $week, $seance)
99 99
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace Cp\Manager;
4
-use Cp\DomainObject\Configuration;
5 4
 use Cp\Parser\TypeParser;
6 5
 
7 6
 /**
Please login to merge, or discard this patch.
src/Cp/Parser/PlanParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Cp\Parser;
4 4
 
5
-use Cp\Http\HeaderParser;
6 5
 use PHPHtmlParser\Dom;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.