Passed
Push — master ( a589f8...1929d3 )
by Alexis
01:42 queued 11s
created
src/Utils/PersistTweet.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
     /** @var Table|null */
18 18
     private $table;
19 19
 
20
+    /**
21
+     * @param Table $table
22
+     */
20 23
     public function __construct(ObjectManager $em, bool $displayTable, ?Table $table)
21 24
     {
22 25
         $this->em = $em;
Please login to merge, or discard this patch.