The Wayback Machine - https://web.archive.org/web/20201117234555/https://github.com/topics/clean-code
Skip to content
#

clean-code

Here are 995 public repositories matching this topic...

bkdotcom
bkdotcom commented Nov 16, 2020
  • PHPMD version: 2.9.1
  • PHP Version:7.4.12
  • Installation type: composer
  • Operating System / Distribution & Version: OSX 10.14.6

Current Behavior

\print_r not caught

Expected Behavior

The method foo::bar() calls the typical debug function print_r() which is mostly only used during development.

Steps To Reproduce:

function bar($baz)
{
  \print_r($baz);    // 

Improve this page

Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clean-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.