Doesn't use include statements

Permalink
What does the "Doesn't use include statements" mean?
I get this after updating one of our add-ons, but there is no files listed to show where it found it. I don't use PHP include statements anywhere in the add-on, but I do use $this->inc(). So could this be a false positive?

/C5DK

C5DK
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
Do you use require anywhere?

to get more information, upload you package to

http://concrete5.org/marketplace/linter...
C5DK replied on at Permalink Reply
C5DK
Thanks Mnkras

I didn't know about that tool and it helped a lot and I found a require statement in a file that I have taken from the core page_list block. But I don't need that part of the code, so I have taken it out.

Funny that some core code don't go through the PRB tests. ;-)

/C5DK
Mnkras replied on at Permalink Reply
Mnkras
Yea, working on getting all the core code ↑ to date, there is just a lot of
it :)

On Wed, Nov 26, 2014, 6:31 AM concrete5 Community <
discussions@concretecms.com> wrote: