Passed
Push — main ( 408e18...bed3d3 )
by Greg
16:06 queued 08:33
created
app/Statistics/Repository/EventRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
      *
146 146
      * @return object{id:string,year:int,fact:string,type:string}|null
147 147
      */
148
-    private function eventQuery(string $direction): object|null
148
+    private function eventQuery(string $direction): object | null
149 149
     {
150 150
         $events = [
151 151
             ...Gedcom::BIRTH_EVENTS,
Please login to merge, or discard this patch.