fix cs-fixer

This commit is contained in:
Ivan Fedorov 2021-05-10 16:09:10 +03:00 committed by Ivan Fedorov
parent eb06fb8d87
commit 953201312b
2 changed files with 3 additions and 3 deletions

View File

@ -806,7 +806,7 @@ final class EvPeriodic extends EvWatcher
public function __construct(
$offset,
$interval,
?callable $reschedule_cb ,
?callable $reschedule_cb,
callable $callback,
$data = null,
$priority = 0
@ -854,7 +854,7 @@ final class EvPeriodic extends EvWatcher
final public static function createStopped(
$offset,
$interval,
?callable $reschedule_cb ,
?callable $reschedule_cb,
callable $callback,
$data = null,
$priority = 0

View File

@ -233,7 +233,7 @@ function odbc_errormsg($connection_id = null) {}
* @return resource|false an ODBC result identifier if the SQL command was executed
* successfully, or <b>FALSE</b> on error.
*/
function odbc_exec($connection_id, $query_string, #[PhpStormStubsElementAvailable(from:'5.3', to: '7.4')] $flags = null) {}
function odbc_exec($connection_id, $query_string, #[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] $flags = null) {}
/**
* Fetch a result row as an associative array