We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a29cf6 commit f76b254Copy full SHA for f76b254
tests/Jyxo/Beholder/TestCase/MemcachedTest.php
@@ -41,7 +41,7 @@ public function testConnectionFailure()
41
}
42
43
$ip = '127.0.0.1';
44
- $port = '12345';
+ $port = 12345;
45
46
$test = new Memcached('Memcached', $ip, $port);
47
// @ on purpose
0 commit comments