Remove comments about isset( $string['foo'] ) being true on PHP 5.3
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 17 Feb 2016 19:27:39 +0000 (20:27 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 17 Feb 2016 20:12:30 +0000 (20:12 +0000)
commit361b09576e4cde6415809b508572ca79687bc164
tree8ddaf392be8978309ae879675b0d06a6fe6bfdfa
parenta592a76edffbc792fda134768cccc0f751b232fc
Remove comments about isset( $string['foo'] ) being true on PHP 5.3

...but don't remove the code. Calling isset( $bar['foo'] ) without checking
that $bar is an array seems not very nice to me.

Change-Id: I822c925b6f36bf34902f8075e54f71fe4f6d2566
includes/objectcache/ObjectCache.php
includes/registration/ExtensionRegistry.php