doctrine / orm

@@ -40,9 +40,9 @@
Loading
40 40
    public $options;
41 41
42 42
    /**
43 -
     * @param array<string>       $columns
44 -
     * @param array<string>       $fields
45 -
     * @param array<string,mixed> $options
43 +
     * @param array<string>|null       $columns
44 +
     * @param array<string>|null       $fields
45 +
     * @param array<string,mixed>|null $options
46 46
     */
47 47
    public function __construct(
48 48
        ?string $name = null,

@@ -246,7 +246,7 @@
Loading
246 246
     *
247 247
     * @param string            $query
248 248
     * @param string[]|Criteria $criteria
249 -
     * @param string[]          $orderBy
249 +
     * @param string[]|null     $orderBy
250 250
     * @param int|null          $limit
251 251
     * @param int|null          $offset
252 252
     *

@@ -46,9 +46,9 @@
Loading
46 46
    public $options = [];
47 47
48 48
    /**
49 -
     * @param array<Index>            $indexes
50 -
     * @param array<UniqueConstraint> $uniqueConstraints
51 -
     * @param array<string,mixed>     $options
49 +
     * @param array<Index>|null            $indexes
50 +
     * @param array<UniqueConstraint>|null $uniqueConstraints
51 +
     * @param array<string,mixed>          $options
52 52
     */
53 53
    public function __construct(
54 54
        ?string $name = null,
Files Coverage
lib/Doctrine/ORM 83.89%
Project Totals (378 files) 83.89%

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading