$value ) { // @codingStandardsIgnoreStart if ( is_int( $value ) ) { $_COOKIE[ $key ] = (string) $value; } // @codingStandardsIgnoreEnd } } }