Skip to content

Commit 247b6e1

Browse files
committed
Removed unnecessary phpcs:disable directive
1 parent 28274d5 commit 247b6e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Robtimus/Multipart/Multipart.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ private function _doReadFromPart(int $length): string
407407
}
408408
}
409409

410-
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
411410
/**
412411
* A version of the read method that is compatible with cURL.
413412
*
@@ -424,7 +423,6 @@ final public function curlRead($ch, $fd, int $length): string
424423
{
425424
return $this->read($length);
426425
}
427-
// phpcs:enable
428426

429427
/**
430428
* Buffers the content of this multipart object.

0 commit comments

Comments
 (0)