Passed
Push — master ( 3f26c1...e5a362 )
by Nicolas
04:09 queued 01:57
created
src/Cp/Calendar/Builder/CalendarBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     /**
84 84
      * @param Plan $plan
85 85
      *
86
-     * @return array
86
+     * @return string
87 87
      */
88 88
     public function exportCalendar(Plan $plan)
89 89
     {
Please login to merge, or discard this patch.
src/Cp/CapSniffer.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      * @param string $week
85 85
      * @param string $seance
86 86
      *
87
-     * @return Plan
87
+     * @return DomainObject\Plan
88 88
      */
89 89
     public function getPlan($typeName, $week, $seance)
90 90
     {
@@ -96,9 +96,9 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $typeName
100
-     * @param $week
101
-     * @param $seance
99
+     * @param string $typeName
100
+     * @param string $week
101
+     * @param string $seance
102 102
      *
103 103
      * @return Configuration
104 104
      */
Please login to merge, or discard this patch.