Passed
Push — master ( 274b60...a27f33 )
by Kirill
06:34
created
src/Framework/helpers.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     function dumprr($value): void
40 40
     {
41
-        $result = dump($value, Dumper::RETURN);
41
+        $result = dump($value, Dumper::return);
42 42
 
43 43
         file_put_contents('php://stderr', $result);
44 44
     }
Please login to merge, or discard this patch.