Completed
Push — master ( 9971b9...3d6cb8 )
by Richard
06:14
created
src/App/IndexDB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
      *
162 162
      * @param   string  $id
163 163
      * @param   string  $table
164
-     * @param   string  $id_colum
164
+     * @param   string  $id_column
165 165
      * @return  int|null
166 166
      */
167 167
     protected function get_int_id($id, $table, $id_column) {
Please login to merge, or discard this patch.
src/Indexer/Indexer.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      * Index a directory.
101 101
      *
102 102
      * @param   string  $path
103
-     * @param   array   $ignore_paths
103
+     * @param   string[]   $ignore_paths
104 104
      * @return  null
105 105
      */
106 106
     public function index_directory($path, array $ignore_paths) {
@@ -129,6 +129,7 @@  discard block
 block discarded – undo
129 129
     /**
130 130
      * Initialize the filesystem abstraction.
131 131
      *
132
+     * @param string $path
132 133
      * @return  Flightcontrol
133 134
      */
134 135
     public function init_flightcontrol($path) {
@@ -257,6 +258,7 @@  discard block
 block discarded – undo
257 258
      * @param   string                  $type
258 259
      * @param   int                     $type
259 260
      * @param   \PhpParser\Node|null    $node
261
+     * @param integer $id
260 262
      */
261 263
     protected function call_definition_listener($which, $type, $id, \PhpParser\Node $node = null) {
262 264
         $listeners = &$this->$which;
Please login to merge, or discard this patch.