New Upstream Snapshot - php-psr-event-dispatcher

Ready changes

Summary

Merged new upstream version: 1.0.0+git20220629.1.e275e2d (was: 1.0.0).

Resulting package

Built on 2022-11-09T17:58 (took 11m38s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots php-psr-event-dispatcher

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3a9875b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/vendor/
-composer.lock
diff --git a/README.md b/README.md
index 294214a..01a8c1a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
-PSR Event Dispatcher
-====================
+Event Dispatcher
+==============
 
-This repository holds the interfaces related to [PSR-14](http://www.php-fig.org/psr/psr-14/).
+This repository holds all interfaces related to [PSR-14 (Event Dispatcher)][psr-url].
 
-Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher.  See the specification for more details.
+Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher.
+
+You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
+
+[psr-url]: https://www.php-fig.org/psr/psr-14/
+[package-url]: https://packagist.org/packages/psr/event-dispatcher
+[implementation-url]: https://packagist.org/providers/psr/event-dispatcher-implementation
diff --git a/composer.json b/composer.json
index 667a714..adc8285 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
     "authors": [
         {
             "name": "PHP-FIG",
-            "homepage": "http://www.php-fig.org/"
+            "homepage": "https://www.php-fig.org/"
         }
     ],
     "require": {
@@ -18,6 +18,9 @@
             "Psr\\EventDispatcher\\": "src/"
         }
     },
+    "suggest": {
+        "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
+    },
     "extra": {
         "branch-alias": {
             "dev-master": "1.0.x-dev"
diff --git a/debian/changelog b/debian/changelog
index dfbaecb..364b9ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+php-psr-event-dispatcher (1.0.0+git20220629.1.e275e2d-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 09 Nov 2022 17:51:55 -0000
+
 php-psr-event-dispatcher (1.0.0-2) unstable; urgency=medium
 
   * Set upstream metadata fields:
diff --git a/src/ListenerProviderInterface.php b/src/ListenerProviderInterface.php
index bdacb6e..3775ebd 100644
--- a/src/ListenerProviderInterface.php
+++ b/src/ListenerProviderInterface.php
@@ -11,7 +11,7 @@ interface ListenerProviderInterface
     /**
      * @param object $event
      *   An event for which to return the relevant listeners.
-     * @return iterable[callable]
+     * @return iterable<callable>
      *   An iterable (array, iterator, or generator) of callables.  Each
      *   callable MUST be type-compatible with $event.
      */

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Suggests: php-fig-event-dispatcher-util

More details

Full run details