Merge "lockmanager: make NullLockManager do reference counting for consistency"
[lhc/web/wiklou.git] / includes / libs / mime / MSCompoundFileReader.php
index 51407a7..aea0a02 100644 (file)
@@ -14,9 +14,6 @@
  * specific language governing permissions and limitations under the License.
  */
 
-// strlen() is actually pretty fast compared to just about any loop body
-// phpcs:disable Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed
-
 /**
  * Read the directory of a Microsoft Compound File Binary file, a.k.a. an OLE
  * file, and detect the MIME type.