Laravelium/laravel-feed

View on GitHub

Showing 151 of 151 total issues

Line indented incorrectly; expected at least 8 spaces, found 4
Open

    ];
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'related'     =>  $this->related,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 4
Open

    ], 'views');

Closing brace indented incorrectly; expected 41 spaces, found 0
Open

} ?>>
Severity: Minor
Found in src/views/atom.blade.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'channel'     => $channel,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'copyright'   =>  $this->copyright
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      __DIR__ . '/../../views' => base_path('resources/views/vendor/feed')

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'logo'      =>  $this->logo,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'cover'     =>  $this->cover,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'description'   =>  $this->description,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'color'     =>  $this->color,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'title'     =>  htmlspecialchars(strip_tags($this->title), ENT_COMPAT, 'UTF-8'),
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'ref'       =>  $this->ref,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'link'      =>  $this->link,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'pubdate'     =>  $this->formatDate($this->pubdate, $format),
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'items'     => $this->items,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'ga'      =>  $this->ga,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 4
Open

    ], 'config');

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'icon'      =>  $this->icon,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer

Line indented incorrectly; expected at least 8 spaces, found 6
Open

      'rssLink'     =>  $rssLink,
Severity: Minor
Found in src/Laravelium/Feed/Feed.php by phpcodesniffer
Severity
Category
Status
Source
Language