We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32015e1 commit d7c16a6Copy full SHA for d7c16a6
src/Mapping/Mapper.php
@@ -29,7 +29,7 @@ class Mapper
29
*
30
* @throws MappingException
31
*/
32
- public function __construct(array &$mappings = null)
+ public function __construct(array $mappings = null)
33
{
34
if (is_array($mappings)) {
35
foreach ($mappings as $mappedClass) {
0 commit comments