Passed
Push — master ( c1d25e...f56ca2 )
by Luiz Kim
08:13 queued 05:47
created
src/Entity/People.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -698,7 +698,7 @@
 block discarded – undo
698 698
 
699 699
     public function getOneDocument(): ?Document
700 700
     {
701
-        $documents = $this->getDocument()->filter(function ($peopleDocument) {
701
+        $documents = $this->getDocument()->filter(function($peopleDocument) {
702 702
             if ($peopleDocument->getPeople()->getPeopleType() == 'F') {
703 703
                 return $peopleDocument->getDocumentType()->getDocumentType() == 'CPF';
704 704
             }
Please login to merge, or discard this patch.