Skip to content

Commit 27247a0

Browse files
committed
Some fixes for PHPStan.
1 parent 9007426 commit 27247a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/BufferedCollector/BufferedCollect.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ class BufferedCollect
1717
protected $associationPath;
1818

1919
/**
20-
* @var array
20+
* @var array|null
2121
*/
2222
protected $associatedEntities;
2323

2424
/**
2525
* @param array $objects
26-
* @param \string[] $associationNames
26+
* @param string[] $associationNames
2727
*/
2828
public function __construct(
2929
array $objects,

0 commit comments

Comments
 (0)