Skip to content

Commit 15e985b

Browse files
committed
Remove comment
1 parent 4b9fb29 commit 15e985b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Database/Document.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ public function __construct(array $input = [])
3535
throw new StructureException('$permissions must be of type array');
3636
}
3737

38-
// if (isset($input['$id']) && !\is_string($input['$id'])) {
39-
// throw new StructureException('$id must be of type string');
40-
// }
41-
//
42-
// if (isset($input['$permissions']) && !is_array($input['$permissions'])) {
43-
// throw new StructureException('$permissions must be of type array');
44-
// }
45-
//
4638
foreach ($input as $key => $value) {
4739
if (!\is_array($value)) {
4840
continue;

0 commit comments

Comments
 (0)