Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
1 | <?php |
||
55 | private function getReadMeContents() { |
||
56 | return $this->_getReadmeContents( |
||
57 | AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/text/examples.txt', |
||
58 | '', |
||
59 | array( 'Examples' ) |
||
60 | ); |
||
61 | } |
||
62 | |||
63 | } |
||
1 ignored issue
–
show
|
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.