e107_plugins/import/providers/rss_import_class.php
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Feed URL";
- Exclude checks
Parameter $body
has undeclared type \Returns
Open
Open
function saveImages($body,$cat='news')
- Exclude checks
Argument 2 (mode)
is '0755'
but \mkdir()
takes int
Open
Open
mkdir(e_MEDIA.$relPath,'0755');
- Exclude checks
Reference to undeclared property \rss_import->saveImages
(Did you mean \rss_import->saveImages()) Open
Open
$this->saveImages = vartrue($_POST['rss_saveimages'],false);
- Exclude checks
string
passed to foreach instead of array Open
Open
foreach($array['channel']['item'] as $val)
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'channel',
but expected the index to be of type int
Open
Open
foreach($array['channel']['item'] as $val)
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'item',
but expected the index to be of type int
Open
Open
foreach($array['channel']['item'] as $val)
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param returns text-body with remote links replaced with local ones for the images downloaded.':
after returns,
did not see an element name (will guess based on comment order) Open
Open
* @param returns text-body with remote links replaced with local ones for the images downloaded.
- Exclude checks
Argument 3 (subject)
is \Returns
but \str_replace()
takes array|string
Open
Open
return str_replace($search,$replace,$body);
- Exclude checks