Skip to content

Commit

Permalink
lint/comment/type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Jul 24, 2024
1 parent 2c24fee commit ad71e78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/EventQueue/Queryable.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function table() {
* Returns number of affected (inserted) rows.
*
* @param string $table
* @param array[] $rows
* @param non-empty-array $rows
*
* @return bool|int
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/EventQueue/Queues/BatchQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct( Container $container ) {
/**
* Push events onto the queue
*
* @param Event[] $events
* @param non-empty-array<Event> $events
*
* @return bool
*/
Expand Down
6 changes: 3 additions & 3 deletions includes/Helpers/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public static function collect_installed() {
/**
* Grab relevant data from plugin data - and only what we want
*
* @param array $slug The slug for the plugin
* @param array $data The plugin meta data from the header
* @param array $mu Whether the plugin is installed as an mu
* @param string $slug The slug for the plugin.
* @param array $data The plugin meta-data from its header.
* @param array $mu Whether the plugin is installed as a must-use plugin.
*
* @return array Hiive relevant plugin details
*/
Expand Down

0 comments on commit ad71e78

Please sign in to comment.