Laravelium/laravel-feed

View on GitHub
src/views/rss.blade.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $namespaces is undeclared
Open

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:media="http://search.yahoo.com/mrss/"<?php foreach ($namespaces as $n) {
Severity: Minor
Found in src/views/rss.blade.php by phan

Line exceeds 120 characters; contains 240 characters
Open

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:media="http://search.yahoo.com/mrss/"<?php foreach ($namespaces as $n) {
Severity: Minor
Found in src/views/rss.blade.php by phpcodesniffer

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

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

There are no issues that match your filters.

Category
Status