1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Undefined or default return points fixed.

This commit is contained in:
Niels Keurentjes 2016-04-07 00:52:50 +02:00
parent 40c14709f7
commit e6f21137ad
11 changed files with 14 additions and 13 deletions

View file

@ -56,6 +56,7 @@ class ArrayRepository extends BaseRepository
}
}
}
return null;
}
/**