Skip to content

Commit

Permalink
Merge branch 'dev' into remove-laminas-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 9, 2024
2 parents 4865c68 + 0736db8 commit f962bf2
Show file tree
Hide file tree
Showing 594 changed files with 1,064 additions and 1,143 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-captcha": "2.17.0",
"laminas/laminas-code": "4.14.0",
"laminas/laminas-config": "3.9.0",
"laminas/laminas-db": "2.20.0",
"laminas/laminas-diactoros": "3.5.0",
"laminas/laminas-dom": "2.14.0",
"laminas/laminas-escaper": "2.13.0",
"laminas/laminas-eventmanager": "3.13.1",
"laminas/laminas-feed": "2.23.0",
Expand Down
102 changes: 17 additions & 85 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class UserAccountServiceFactory implements FactoryInterface
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if ($options !== null) {
throw new \Exception('Unexpected options sent to factory!');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AbstractIlsAndUserActionFactory implements \Laminas\ServiceManager\Factory
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
return new $requestedName(
$container->get(\VuFind\Session\Settings::class),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AbstractRelaisActionFactory implements \Laminas\ServiceManager\Factory\Fac
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CommentRecordFactory implements \Laminas\ServiceManager\Factory\FactoryInt
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DeleteRecordCommentFactory implements \Laminas\ServiceManager\Factory\Fact
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DoiLookupFactory implements \Laminas\ServiceManager\Factory\FactoryInterfa
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetACSuggestionsFactory implements
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetIlsStatusFactory implements \Laminas\ServiceManager\Factory\FactoryInte
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetItemStatusesFactory implements \Laminas\ServiceManager\Factory\FactoryI
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetRecordCommentsAsHTMLFactory implements \Laminas\ServiceManager\Factory\
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetRecordCoverFactory implements FactoryInterface
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
$config
= $container->get(\VuFind\Config\PluginManager::class)->get('config');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetRecordDetailsFactory implements \Laminas\ServiceManager\Factory\Factory
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetRecordRatingFactory implements \Laminas\ServiceManager\Factory\FactoryI
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetRecordTagsFactory implements \Laminas\ServiceManager\Factory\FactoryInt
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetRecordVersionsFactory implements \Laminas\ServiceManager\Factory\Factor
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetResolverLinksFactory implements \Laminas\ServiceManager\Factory\Factory
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetResultCountFactory implements \Laminas\ServiceManager\Factory\FactoryIn
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GetSaveStatusesFactory implements \Laminas\ServiceManager\Factory\FactoryI
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetSearchResultsFactory implements \Laminas\ServiceManager\Factory\Factory
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GetSideFacetsFactory implements \Laminas\ServiceManager\Factory\FactoryInt
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GetUserFinesFactory extends AbstractIlsAndUserActionFactory implements Fac
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GetVisDataFactory implements \Laminas\ServiceManager\Factory\FactoryInterf
public function __invoke(
ContainerInterface $container,
$requestedName,
array $options = null
?array $options = null
) {
if (!empty($options)) {
throw new \Exception('Unexpected options passed to factory.');
Expand Down
Loading

0 comments on commit f962bf2

Please sign in to comment.