Completed
Push — develop ( c74af8...4212ab )
by Jaap
05:13
created
src/phpDocumentor/Plugin/Scrybe/Command/Manual/BaseConvertCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
      * TODO: implement this
182 182
      *
183 183
      * @param array $sources    List of source paths.
184
-     * @param array $extensions List of extensions to scan for in directories.
184
+     * @param string[] $extensions List of extensions to scan for in directories.
185 185
      *
186 186
      * @return Collection
187 187
      */
Please login to merge, or discard this patch.
src/phpDocumentor/Plugin/Scrybe/Converter/RestructuredText/Document.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -98,6 +98,7 @@
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * Returns the file associated with this document.
101
+     * @return \phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\File
101 102
      */
102 103
     public function getFile()
103 104
     {
Please login to merge, or discard this patch.