@@ -287,7 +287,7 @@ |
||
| 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 | { |