Completed
Push — master ( 376d40...e4d661 )
by Kévin
06:00
created
src/Entity/Centre.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Ajoute un matériel au centre.
98 98
      *
99
-     * @param SDIS62\Core\Ops\Entity\Materiel $materiel
99
+     * @param Materiel $materiel
100 100
      *
101 101
      * @return self
102 102
      */
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Ajoute un pompier au centre.
122 122
      *
123
-     * @param SDIS62\Core\Ops\Entity\Pompier $pompier
123
+     * @param Pompier $pompier
124 124
      *
125 125
      * @return self
126 126
      */
Please login to merge, or discard this patch.
src/Entity/Commune.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Ajoute un centre sur la commune.
89 89
      *
90
-     * @param SDIS62\Core\Ops\Entity\Centre $centre
90
+     * @param Centre $centre
91 91
      *
92 92
      * @return self
93 93
      */
Please login to merge, or discard this patch.
src/Entity/Coordinates.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -30,8 +30,6 @@  discard block
 block discarded – undo
30 30
     /**
31 31
      * Création d'une coordonnée.
32 32
      *
33
-     * @param float    $x
34
-     * @param float    $y
35 33
      * @param Datetime $date
36 34
      */
37 35
     public function __construct($latitude, $longitude, Datetime $date = null)
@@ -42,8 +40,6 @@  discard block
 block discarded – undo
42 40
     /**
43 41
      * Set the value of Point Y.
44 42
      *
45
-     * @param float    $x
46
-     * @param float    $y
47 43
      * @param Datetime $date
48 44
      *
49 45
      * @return self
Please login to merge, or discard this patch.
src/Entity/Engagement.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Ajout d'un engagement à une intervention.
51 51
      *
52
-     * @param SDIS62\Core\Ops\Entity\Intervention $intervention
52
+     * @param Intervention $intervention
53 53
      */
54 54
     public function __construct(Intervention $intervention)
55 55
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Get the value of Date de mise à jour.
90 90
      *
91
-     * @return Datetime|null
91
+     * @return Datetime
92 92
      */
93 93
     public function getUpdated()
94 94
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Get the value of Date de fin.
122 122
      *
123
-     * @return Datetime|null
123
+     * @return Datetime
124 124
      */
125 125
     public function getEnded()
126 126
     {
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
     /**
180 180
      * Ajoute un evenement à l'engagement.
181 181
      *
182
-     * @param SDIS62\Core\Ops\Entity\Evenement $evenement
182
+     * @param Evenement $evenement
183 183
      *
184 184
      * @return self
185 185
      */
Please login to merge, or discard this patch.
src/Entity/Engagement/PompierEngagement.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,9 +40,9 @@
 block discarded – undo
40 40
     /**
41 41
      * Ajout d'un engagement de type pompier à une intervention.
42 42
      *
43
-     * @param SDIS62\Core\Ops\Entity\Intervention $intervention
44
-     * @param SDIS62\Core\Ops\Entity\Materiel     $materiel
45
-     * @param SDIS62\Core\Ops\Entity\Pompier      $pompier
43
+     * @param Intervention $intervention
44
+     * @param Materiel     $materiel
45
+     * @param Pompier      $pompier
46 46
      * @param array                               $specialites_engagees
47 47
      */
48 48
     public function __construct(Intervention $intervention, Materiel $materiel, Pompier $pompier, array $specialites_engagees = [])
Please login to merge, or discard this patch.
src/Entity/Evenement.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Ajout d'un evenement à une intervention.
28 28
      *
29
-     * @param SDIS62\Core\Ops\Entity\Intervention $intervention
30 29
      * @param string                              $description
31 30
      * @param Datetime|string|null                $date         Optionnel
32 31
      */
Please login to merge, or discard this patch.
src/Entity/Intervention.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     /**
197 197
      * Get the value of Date de mise à jour.
198 198
      *
199
-     * @return Datetime|null
199
+     * @return Datetime
200 200
      */
201 201
     public function getUpdated()
202 202
     {
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
     /**
229 229
      * Get the value of Date de fin.
230 230
      *
231
-     * @return Datetime|null
231
+     * @return Datetime
232 232
      */
233 233
     public function getEnded()
234 234
     {
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
     /**
310 310
      * Ajoute un engagement à l'intervention.
311 311
      *
312
-     * @param SDIS62\Core\Ops\Entity\Engagement $engagement
312
+     * @param Engagement $engagement
313 313
      *
314 314
      * @return self
315 315
      */
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
     /**
346 346
      * Ajoute un evenement à l'intervention.
347 347
      *
348
-     * @param SDIS62\Core\Ops\Entity\Evenement $evenement
348
+     * @param Evenement $evenement
349 349
      *
350 350
      * @return self
351 351
      */
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
     /**
372 372
      * Set the value of Coordonnées de l'intervention.
373 373
      *
374
-     * @param SDIS62\Core\Ops\Entity\Coordinates $coordinates
374
+     * @param Coordinates $coordinates
375 375
      *
376 376
      * @return self
377 377
      */
Please login to merge, or discard this patch.
src/Entity/Materiel.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Ajout d'un materiel à un centre.
49 49
      *
50
-     * @param SDIS62\Core\Ops\Entity\Centre $centre
50
+     * @param Centre $centre
51 51
      * @param string                        $name
52 52
      */
53 53
     public function __construct(Centre $centre, $name)
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Ajoute un engagement au matériel.
122 122
      *
123
-     * @param SDIS62\Core\Ops\Entity\Engagement $engagement
123
+     * @param Engagement $engagement
124 124
      *
125 125
      * @return self
126 126
      */
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Set the value of Coordonnées du matériel.
162 162
      *
163
-     * @param SDIS62\Core\Ops\Entity\Coordinates $coordinates
163
+     * @param Coordinates $coordinates
164 164
      *
165 165
      * @return self
166 166
      */
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     /**
175 175
      * Get the value of Etat du matériel.
176 176
      *
177
-     * @return SDIS62\Core\Ops\Entity\Statut
177
+     * @return Statut
178 178
      */
179 179
     public function getStatut()
180 180
     {
Please login to merge, or discard this patch.
src/Entity/PlageHoraire.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Ajout d'une plage horaire.
51 51
      *
52
-     * @param SDIS62\Core\Ops\Entity\Planning $planning
53
-     * @param SDIS62\Core\Ops\Entity\Pompier  $pompier
52
+     * @param Planning $planning
53
+     * @param Pompier  $pompier
54 54
      * @param Datetime                        $start
55 55
      * @param Datetime                        $end
56 56
      * @param array                           $specialites
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Check si le Datetime est contenu dans la plage horaire.
97 97
      *
98
-     * @param DateTime $date
98
+     * @param \DateTime $date
99 99
      *
100 100
      * @return bool
101 101
      */
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Get the value of Pompier concerné.
145 145
      *
146
-     * @return SDIS62\Core\Ops\Entity\Pompier
146
+     * @return Pompier
147 147
      */
148 148
     public function getPompier()
149 149
     {
Please login to merge, or discard this patch.