Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit bf95f3a

Browse files
committed
Satisfy phpcs
1 parent cb83bc6 commit bf95f3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Classes/Debug.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ final class Debug implements ProtectedContextAwareInterface
2626
* @param boolean $plaintext
2727
* @param boolean $pre
2828
* @return Debug
29+
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2930
*/
3031
public function var_dump($variable, string $title = null, bool $plaintext = false, bool $pre = true): Debug
3132
{
@@ -39,6 +40,7 @@ public function var_dump($variable, string $title = null, bool $plaintext = fals
3940
* @param mixed $value
4041
* @param boolean $pre
4142
* @return Debug
43+
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4244
*/
4345
public function print_r($value, bool $pre = true): Debug
4446
{
@@ -50,6 +52,7 @@ public function print_r($value, bool $pre = true): Debug
5052
* @param mixed $value
5153
* @param boolean $pre
5254
* @return Debug
55+
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5356
*/
5457
public function var_export($value, bool $pre = true): Debug
5558
{
@@ -61,6 +64,7 @@ public function var_export($value, bool $pre = true): Debug
6164
* @param mixed $value
6265
* @param boolean $pre
6366
* @return Debug
67+
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6468
*/
6569
public function xdebug_var_dump($value, bool $pre = true): Debug
6670
{

0 commit comments

Comments
 (0)