Skip to content

Commit 493e127

Browse files
committed
Fix CS
1 parent 3b58ab9 commit 493e127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exception/ApiException.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace zaporylie\Tripletex\Exception;
44

5+
use Doctrine\Common\Collections\ArrayCollection;
56
use JMS\Serializer\Annotation as Serializer;
67

78
class ApiException extends \Exception
@@ -138,7 +139,7 @@ public function getValidationMessages()
138139
/**
139140
* Sets validationMessages variable.
140141
*
141-
* @param \Doctrine\Common\Collections\ArrayCollection|\zaporylie\Tripletex\Exception\ValidationError[] $validationMessages
142+
* @param ArrayCollection|ValidationError[] $validationMessages
142143
*
143144
* @return $this
144145
*/

0 commit comments

Comments
 (0)