Sha256: 13f4f57c32bea6921a5980d0daeb99b1f5709e26f804c285367ed730f5f53beb
Contents?: true
Size: 131 Bytes
Versions: 2
Compression:
Stored size: 131 Bytes
Contents
<?php class Foo { public function bar($flag) { if ($flag) { echo 'Hello'; } else { echo 'World'; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
danger-phpmd-0.1.1 | spec/fixtures/cleancode_warnings.php |
danger-phpmd-0.1.0 | spec/fixtures/cleancode_warnings.php |