Completed
Push — 1.5 ( 93aa3f...fe2226 )
by Colin
01:05
created
src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
 
17 17
 interface TableOfContentsGeneratorInterface
18 18
 {
19
+    /**
20
+     * @return null|TableOfContents
21
+     */
19 22
     public function generate(Document $document): ?TableOfContents;
20 23
 }
21 24
 
Please login to merge, or discard this patch.