Skip to content

Commit

Permalink
Update OAuthController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored May 16, 2024
1 parent 774e694 commit f9b7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/OAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private function checkExistenceUser(array $find = []): bool
*
* @param array $find Array containing criteria to find the user.
* @param array $updateFields Fields to update for the user.
*
* Missing type for iterable values in $updateFields array.
* @return int The ID of the user whose information is synced.
*/
private function syncingUserInfo(array $find = [], array $updateFields = []): int

Check failure on line 147 in src/Controllers/OAuthController.php

View workflow job for this annotation

GitHub Actions / PHP 7.4 Static Analysis

Method Datamweb\ShieldOAuth\Controllers\OAuthController::syncingUserInfo() has parameter $updateFields with no value type specified in iterable type array.

Check failure on line 147 in src/Controllers/OAuthController.php

View workflow job for this annotation

GitHub Actions / PHP 8.0 Static Analysis

Method Datamweb\ShieldOAuth\Controllers\OAuthController::syncingUserInfo() has parameter $updateFields with no value type specified in iterable type array.

Check failure on line 147 in src/Controllers/OAuthController.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 Static Analysis

Method Datamweb\ShieldOAuth\Controllers\OAuthController::syncingUserInfo() has parameter $updateFields with no value type specified in iterable type array.
Expand Down

0 comments on commit f9b7afd

Please sign in to comment.