Completed
Push — master ( c6728e...bf498d )
by Raffael
14:18 queued 04:37
created
src/lib/Filesystem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
      * Load nodes by id.
288 288
      *
289 289
      * @param string $class   Force check node type
290
-     * @param bool   $deleted
290
+     * @param integer   $deleted
291 291
      */
292 292
     public function findNodesById(array $id = [], ?string $class = null, int $deleted = NodeInterface::DELETED_INCLUDE): Generator
293 293
     {
Please login to merge, or discard this patch.