Completed
Push — master ( abf4f6...3bba11 )
by Kristof
05:30
created
src/EventExport/Format/TabularData/TabularDataEventFormatter.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
         return $expandedProperties;
125 125
     }
126 126
 
127
+    /**
128
+     * @param string[] $include
129
+     */
127 130
     protected function includedOrDefaultProperties($include)
128 131
     {
129 132
         if ($include) {
@@ -462,7 +465,7 @@  discard block
 block discarded – undo
462 465
     }
463 466
 
464 467
     /**
465
-     * @param object $event
468
+     * @param \stdClass $event
466 469
      * @param string|null $type
467 470
      * @return object
468 471
      */
Please login to merge, or discard this patch.