fix cs-fixer

This commit is contained in:
Ivan Fedorov 2024-03-15 12:58:16 +01:00 committed by Ivan Fedorov
parent 4bec2af84a
commit 217ed9356d
2 changed files with 3 additions and 3 deletions

View File

@ -1576,7 +1576,7 @@ final class EvLoop
* @param mixed $data
* @param float $io_interval
* @param float $timeout_interval
* @return EvLoop
* @return EvLoop
*/
public static function defaultLoop(
int $flags = Ev::FLAG_AUTO,

View File

@ -615,7 +615,7 @@ function array_udiff_assoc(
* </p>
* @param array ...$rest [optional]
* @return array an array containing all the values and keys from
* array1 that are not present in any of the other arrays.
* <code>array</code> that are not present in any of the other arrays.
* @meta
*/
function array_diff_uassoc(
@ -658,7 +658,7 @@ function array_diff_uassoc(
* </p>
* @param array ...$rest [optional]
* @return array an array containing all the values and keys from
* array1 that are not present in any of the other
* <code>array</code> that are not present in any of the other
* arguments.
* @meta
*/