e107inc/e107

View on GitHub
credits.php

Summary

Maintainability
A
0 mins
Test Coverage
F
36%

Argument 1 (name) is 'og:url' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('og:url', SITEURL."credits.php");
Severity: Minor
Found in credits.php by phan

Argument 1 (name) is 'description' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('description', 'e107 bootstrap content management system development credits and sponsors.');
Severity: Minor
Found in credits.php by phan

Argument 2 (content) is 'e107 bootstrap content management system development credits and sponsors.' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('description', 'e107 bootstrap content management system development credits and sponsors.');
Severity: Minor
Found in credits.php by phan

Argument 1 (name) is 'og:image' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('og:image', SITEURLBASE.e_IMAGE_ABS.'admin_images/credits_logo.png');
Severity: Minor
Found in credits.php by phan

Argument 2 (content) is string but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('og:image', SITEURLBASE.e_IMAGE_ABS.'admin_images/credits_logo.png');
Severity: Minor
Found in credits.php by phan

Argument 2 (content) is 'credits.php' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

    e107::meta('og:url', SITEURL."credits.php");
Severity: Minor
Found in credits.php by phan

There are no issues that match your filters.

Category
Status