Passed
Push — master ( 7c2039...fa8c20 )
by Nicolas
01:55
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.