File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
namespace MongoDB \BSON ;
4
4
5
5
/**
6
+ * This stub file is temporary and can be removed when using Psalm 5
7
+ *
6
8
* @template TValue
7
9
* @template-implements \IteratorAggregate<string, TValue>
8
10
*/
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /**
4
- * @generate-class-entries static
5
- * @generate-function-entries static
6
- */
7
-
8
3
namespace MongoDB \BSON ;
9
4
10
5
/**
6
+ * This stub file is temporary and can be removed when using Psalm 5
7
+ *
11
8
* @psalm-template TKey of int|string
12
9
* @psalm-template TValue
13
10
* $psalm-implements \Iterator<TKey, TValue>
Original file line number Diff line number Diff line change 3
3
namespace MongoDB \BSON ;
4
4
5
5
/**
6
+ * This stub file is temporary and can be removed when using Psalm 5
7
+ *
6
8
* @template TValue
7
9
* @template-implements \IteratorAggregate<int, TValue>
8
10
*/
You can’t perform that action at this time.
0 commit comments