* Enforce the ban on is_resource in phpcs
* In OrderedStreamingForkController, the comment was incorrect. I
confirmed using a small test script that if the child closes one end
of a socket pair, the other end will still be open, and is_resource()
will still return true, and fclose() will not fail. The issue was
introduced in
|
||
|---|---|---|
| .. | ||
| logger | ||
| DeprecatablePropertyArray.php | ||
| DeprecationHelper.php | ||
| MWDebug.php | ||