You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// All cache tables should be prefixed with 'cache_'.
@@ -102,16 +95,15 @@ public function __construct(
102
95
$this->bin = $bin;
103
96
$this->connection = $connection;
104
97
$this->checksumProvider = $checksum_provider;
105
-
if (is_int($serializer) || is_string($serializer)) {
98
+
if (is_int($this->serializer) || is_string($this->serializer)) {
106
99
@trigger_error('Calling ' . __METHOD__ . ' with the $max_rows as 3rd argument is deprecated in drupal:10.3.0 and it will be the 4th argument in drupal:11.0.0. See https://www.drupal.org/node/3014684', E_USER_DEPRECATED);
@trigger_error('Calling ' . __METHOD__ . ' without the $serializer argument is deprecated in drupal:10.3.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3014684', E_USER_DEPRECATED);
0 commit comments