• Resolved Blamedutchie

    (@blamedutchie)


    Greetings,

    Installed the main theme as well as the Clean Fotografie child theme and activated the latter. Decided I liked it, but that it needs some adjusting. Fired up the Child Theme Configurator plugin to duplicate the child theme and work on that. The copy looks different than the original. Whether I choose the option for separate style sheet or primary style sheet.

    Tried to create a new child theme, using the main theme as the source, same deal… Totally different looks.

    So, the question arises what do you do in order to create your child themes that is different from the WordPress way?

    Update: I made a 1 on 1 copy of the Clean Fotografie Child and the live preview shows all my menus (including non-active ones) in the same header location.

    I repeat: what do you do differently?

    • This topic was modified 5 years, 10 months ago by Blamedutchie. Reason: update
Viewing 7 replies - 1 through 7 (of 7 total)
  • @blamedutchie: Are you trying to create a child theme of Clean Fotografie Theme? Is so you cannot as Clean Fotografie is already a child theme of Fotografie Theme. If you want to make any changes to the Clean Fotografie theme you will need to create a plugin to do so.

    I was not able to get your question:
    So, the question arises what do you do in order to create your child themes that is different from the WordPress way? Could you explain?

    Also for swift replies Please post your issues and queries on our Official Theme Support Forum https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

    Thread Starter Blamedutchie

    (@blamedutchie)

    Sorry, it took a while…

    I understand that Clean Fotografie is a child theme, that’s not the problem.

    Apparently the Child Theme Configurator plugin is not fully compatible with your theme. It missed the entire override and template-structure you used to deviate from the parent theme, while creating a child-theme. Eventually I managed to copy Clean Fotografie as a new child theme and alter to my needs.

    @blamedutchie: Hello there,
    The child theme created from the Generate Child Theme Plugin should retain all the attributes of the parent theme onto the child theme.
    Can you elaborate the issues you had after you created a child theme using the plugin?

    Kind Regards,
    Skandha

    Thread Starter Blamedutchie

    (@blamedutchie)

    I have to delve into my memory here, it’s been a while, but here here is what I can recall:

    In Clean Fotografie the .menu-toggle-wrapper is not visible, which is good. In the copy I created, I have to hide it with .menu-toggle-wrapper{display: none;} through additional CSS.

    The header image looked differently in terms of dimensions and in one trial it did not show up. I also remember the parent theme’s css got enqueued twice.

    The CTG plugin did not copy the assets, components and inc directories, so it’s not really a surprise that things looked differently.

    Apart from that, your theme appears not to be playing very nice with the Meow Lightbox plugin, or vice versa. Maybe the creator of that one may have some info on what could be improved in your code, since he’s been working directly on my site. Again… or vice versa ??

    I know there were more issues in creating a child theme, but as you can understand I don’t really feel like going through those hoops and loops again. I’d rather put energy into getting my current setup more stable with features working as intended.

    Don’t hesitate to ask more info and thanks for your support.

    Dutchie

    @blamedutchie: The issues you had with CGT plugin is not owned by us if that is what you were using. We have a different child theme generator plugin called Generate Child Theme. Maybe you can give it a try.

    The child theme generated from the Generate Child Theme Plugin only has functions.php, rtl.css, screenshot.png and style.css. When you create a child theme it should look totally like the parent theme. Any changes in the functions should be done by overriding the function in functions.php and any CSS changes should be done either on style.css file or Additional CSS section in the customizer.

    I hope this was helpful.
    Do let me know if you have anymore issues.
    Kind Regards,
    Skandha

    Thread Starter Blamedutchie

    (@blamedutchie)

    It seems you are contradicting your own child theme structure and ignoring the possibility to connect and grow.

    And that is fine by me. As long as – in the end – you/we end up with at better product.

    • This reply was modified 5 years, 9 months ago by Blamedutchie.
    Thread Starter Blamedutchie

    (@blamedutchie)

    Tried to create a new topic on your site, got blocked by Cloudflare. Maybe the topic contained too much text. Got informed that I can send an email, which of course also doesn’t work, since my IP got blocked.

    Cloudflare Ray ID: 4b7569ad5804620c

    What I was trying to post:

    Hi there,
    After being slightly disappointed with the support I received when I experienced issues with the Fotografie theme, I decided to perform a fresh install with the most recent WordPress and Fotografie theme version. Then I installed and ran the new Theme Sniffer on both parent and child theme.

    After going through the sniffer output, all I can say is: so much for following WordPress Coding Standards.

    Theme Sniffer – Raw Output Parent Theme Fotografie

    Selected check options:

    WPThemeReview: Ruleset for WordPress theme review requirements (Required)
    WordPress-Core: Main ruleset for WordPress core coding standards (Optional)
    WordPress-Extra: Extended ruleset for recommended best practices (Optional)

    FILE: /var/www/wordpress/wp-content/themes/fotografie/404.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     30 | ERROR | [x] Line indented incorrectly; expected 7 tabs, found 6
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     36 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     42 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     46 | ERROR | [x] Line indented incorrectly; expected at least 7 tabs, found 6
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/archive-jetpack-portfolio.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     14 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     29 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/archive.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     13 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     29 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     61 | ERROR | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
     63 | ERROR | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/comments.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 7 ERRORS AND 4 WARNINGS AFFECTING 11 LINES
    --------------------------------------------------------------------------------------------------------------
     27 | ERROR   | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     33 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'get_the_title'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     38 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
        |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
        |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     47 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'get_the_title'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     67 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     68 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'style'" and
        |         |     double arrow, but found 6.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     71 | WARNING | [x] Array double arrow not aligned correctly; expected 2 space(s) between "'short_ping'" and
        |         |     double arrow, but found 1.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     72 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     85 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     92 | ERROR   | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     95 | ERROR   | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/features/breadcrumb/breadcrumb.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     15 | WARNING | [x] To help prevent PHP "headers already send" errors the PHP closing tag at the end of the
        |         |     file should be removed. (PSR2.Files.ClosingTag.NotAllowed)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: ...var/www/wordpress/wp-content/themes/fotografie/components/features/featured-content/content-featured.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     29 | ERROR   | [x] Concat operator must be surrounded by a single space
        |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     29 | ERROR   | [x] Concat operator must be surrounded by a single space
        |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     29 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'trailingslashit'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     36 | ERROR   | [x] No space found after comma in function call
        |         |     (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: ...var/www/wordpress/wp-content/themes/fotografie/components/features/featured-content/display-featured.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
    --------------------------------------------------------------------------------------------------------------
     17 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 4 spaces
        |         |     (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
     21 | ERROR   | [ ] Overriding WordPress globals is prohibited. Found assignment to $post_id
        |         |     (WordPress.WP.GlobalVariablesOverride.OverrideProhibited)
     43 | ERROR   | [ ] Overriding WordPress globals is prohibited. Found assignment to $type
        |         |     (WordPress.WP.GlobalVariablesOverride.OverrideProhibited)
     45 | ERROR   | [ ] Overriding WordPress globals is prohibited. Found assignment to $title
        |         |     (WordPress.WP.GlobalVariablesOverride.OverrideProhibited)
     70 | ERROR   | [ ] Overriding WordPress globals is prohibited. Found assignment to $post
        |         |     (WordPress.WP.GlobalVariablesOverride.OverrideProhibited)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/features/hero-content/content-hero.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
    --------------------------------------------------------------------------------------------------------------
     17 | ERROR   | [ ] Overriding WordPress globals is prohibited. Found assignment to $id
        |         |     (WordPress.WP.GlobalVariablesOverride.OverrideProhibited)
     23 | WARNING | [ ] This comment is 46% valid code; is this commented out code?
        |         |     (Squiz.PHP.CommentedOutCode.Found)
     58 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     65 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     88 | ERROR   | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: ...ar/www/wordpress/wp-content/themes/fotografie/components/features/portfolio/content-portfolio-single.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     15 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     19 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     20 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found 2
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     30 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/features/portfolio/content-portfolio.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     22 | ERROR   | [x] Concat operator must be surrounded by a single space
        |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     22 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'trailingslashit'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/features/portfolio/portfolio.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     32 | ERROR | [x] Space found before object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.Before)
     32 | ERROR | [x] Space found after object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.After)
     33 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     54 | ERROR | [x] Space found before object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.Before)
     54 | ERROR | [x] Space found after object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.After)
     54 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     54 | ERROR | [x] Space found before object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.Before)
     54 | ERROR | [x] Space found after object operator (Squiz.WhiteSpace.ObjectOperatorSpacing.After)
     61 | ERROR | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/features/recent-posts/recent-posts.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 7 ERRORS AND 3 WARNINGS AFFECTING 10 LINES
    --------------------------------------------------------------------------------------------------------------
      2 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      3 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'posts_per_page'"
        |         |     and double arrow, but found 6.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      4 | WARNING | [x] Array double arrow not aligned correctly; expected 2 space(s) between "'no_found_rows'"
        |         |     and double arrow, but found 7.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      5 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      6 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 0
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     10 | WARNING | [ ] Found precision alignment of 1 spaces.
        |         |     (WordPress.WhiteSpace.PrecisionAlignment.Found)
     15 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     21 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     26 | ERROR   | [x] Newline required after opening brace
        |         |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     50 | ERROR   | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/footer/footer-widgets.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
    --------------------------------------------------------------------------------------------------------------
     12 | WARNING | [ ] Found precision alignment of 1 spaces.
        |         |     (WordPress.WhiteSpace.PrecisionAlignment.Found)
     13 | WARNING | [ ] Found precision alignment of 1 spaces.
        |         |     (WordPress.WhiteSpace.PrecisionAlignment.Found)
     14 | WARNING | [ ] Found precision alignment of 1 spaces.
        |         |     (WordPress.WhiteSpace.PrecisionAlignment.Found)
     15 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 0
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     39 | ERROR   | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/footer/site-info.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     5 | ERROR   | A gettext call containing placeholders was found, but was not accompanied by a "translators:"
       |         | comment on the line above to clarify the meaning of the placeholders.
       |         | (WordPress.WP.I18n.MissingTranslatorsComment)
     7 | WARNING | All output should be run through an escaping function (see the Security sections in the
       |         | WordPress Developer Handbooks), found '$def_footer_text'.
       |         | (WordPress.Security.EscapeOutput.OutputNotEscaped)
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/footer/site-social.php
    ------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------------------------------------
     2 | WARNING | Found precision alignment of 3 spaces.
       |         | (WordPress.WhiteSpace.PrecisionAlignment.Found)
    ------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/header/header-media.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------------------------------------
     13 | ERROR | [x] Line indented incorrectly; expected at least 2 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     15 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     19 | ERROR | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     20 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     23 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     27 | ERROR | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/header/site-branding.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     18 | ERROR | [x] Line indented incorrectly; expected at least 5 tabs, found 4
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     19 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/navigation/navigation-top.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------------------------------------
     18 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     19 | ERROR | [x] Array item not aligned correctly; expected 28 spaces but found 32
        |       |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
     20 | ERROR | [x] Array item not aligned correctly; expected 28 spaces but found 32
        |       |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
     21 | ERROR | [x] Array item not aligned correctly; expected 28 spaces but found 32
        |       |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
     22 | ERROR | [x] Array item not aligned correctly; expected 28 spaces but found 32
        |       |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
     23 | ERROR | [x] Array closer not aligned correctly; expected 24 space(s) but found 28
        |       |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
     30 | ERROR | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
     36 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/page/content-page.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     28 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     32 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     33 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found 3
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     46 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found 3
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/post/content-none.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------------------------------------
     18 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     20 | ERROR | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeOpen)
     22 | ERROR | [ ] A gettext call containing placeholders was found, but was not accompanied by a
        |       |     "translators:" comment on the line above to clarify the meaning of the placeholders.
        |       |     (WordPress.WP.I18n.MissingTranslatorsComment)
     24 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     25 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found 3
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     25 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterEnd)
     33 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     39 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/post/content-single.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------------------------------------
     38 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     40 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     40 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
        |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     44 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     46 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     48 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     53 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found 2
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/components/post/content.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     17 | ERROR | [x] Expected 1 space after closing brace; newline found
        |       |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     23 | ERROR | [x] Space before opening parenthesis of function call prohibited
        |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/ect-templates/content-featured-content.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 45 ERRORS AND 18 WARNINGS AFFECTING 38 LINES
    --------------------------------------------------------------------------------------------------------------
     12 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     13 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     13 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     14 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     14 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     14 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     14 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     15 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     15 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found
        |         |     'essential_content_pro_get_featured_content_thumbnail_link'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     16 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     17 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     17 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found
        |         |     'essential_content_get_featured_content_thumbnail_link'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     18 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     19 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     20 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     22 | ERROR   | [x] Space after opening parenthesis of function call prohibited
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     22 | ERROR   | [x] Expected 0 spaces before closing bracket; 1 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     22 | ERROR   | [x] Function calls without parameters should have no spaces between the parenthesis.
        |         |     (WordPress.Functions.FunctionCallSignatureNoParams.WhitespaceFound)
     23 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     23 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     23 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     24 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     25 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     26 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     27 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     27 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     27 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     27 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     28 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     28 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     29 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     29 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     30 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     32 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     32 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     33 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     33 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     34 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     36 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     36 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     37 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     37 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     38 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     39 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     40 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     40 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     41 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     41 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     42 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     44 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     44 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     45 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     45 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     46 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     48 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     48 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     49 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     49 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Featured_Content'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     50 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     51 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     52 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     53 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     54 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/ect-templates/content-portfolio.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 45 ERRORS AND 17 WARNINGS AFFECTING 35 LINES
    --------------------------------------------------------------------------------------------------------------
     11 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     12 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     12 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     12 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     12 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     12 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     13 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     13 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found
        |         |     'essential_content_pro_get_portfolio_thumbnail_link'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     14 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     14 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     15 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     15 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found
        |         |     'essential_content_get_portfolio_thumbnail_link'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     16 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     16 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     17 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     19 | ERROR   | [x] Space after opening parenthesis of function call prohibited
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     19 | ERROR   | [x] Expected 0 spaces before closing bracket; 1 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     19 | ERROR   | [x] Function calls without parameters should have no spaces between the parenthesis.
        |         |     (WordPress.Functions.FunctionCallSignatureNoParams.WhitespaceFound)
     21 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     21 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     21 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     22 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     23 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     24 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     24 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     24 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     24 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     25 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     25 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     26 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     26 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     27 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     29 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     29 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     30 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     30 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     31 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     33 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     33 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     34 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     34 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Pro_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     35 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     36 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     37 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     37 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     38 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     38 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     39 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     41 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     41 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     42 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     42 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     43 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     45 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     45 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     46 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     46 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
        |         |     WordPress Developer Handbooks), found 'Essential_Content_Jetpack_Portfolio'.
        |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     47 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     48 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     49 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     50 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     51 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
        |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/front-page.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     21 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     35 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     41 | ERROR | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     43 | ERROR | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/functions.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 35 ERRORS AFFECTING 24 LINES
    --------------------------------------------------------------------------------------------------------------
      56 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      59 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      64 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      64 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      69 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      75 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      75 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      80 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      86 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      86 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      92 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      95 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      95 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      95 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      95 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      98 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      98 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     144 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     144 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     175 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     301 | ERROR | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
         |       |     style will not always be loaded due to browser caching.
         |       |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
     303 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     305 | ERROR | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
         |       |     style will not always be loaded due to browser caching.
         |       |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
     310 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     312 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     314 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     316 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     318 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
         |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     318 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     318 | ERROR | [x] Only one argument is allowed per line in a multi-line function call
         |       |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     321 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     330 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     341 | ERROR | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
         |       |     style will not always be loaded due to browser caching.
         |       |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
     341 | ERROR | [x] Space before opening parenthesis of function call prohibited
         |       |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     343 | ERROR | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
         |       |     style will not always be loaded due to browser caching.
         |       |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 31 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/breadcrumb.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 124 ERRORS AND 76 WARNINGS AFFECTING 97 LINES
    --------------------------------------------------------------------------------------------------------------
      20 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      21 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      22 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      23 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      27 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 7 spaces but found 6
         |         |     spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
      28 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 8 spaces but found 7
         |         |     spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
      45 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      45 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      47 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      48 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      48 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      48 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
      49 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      49 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      49 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      50 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      50 | ERROR   | [x] Blank line found after control structure
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
      52 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      52 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      53 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      54 | ERROR   | [ ] Variable "thisCat" is not in valid snake_case format
         |         |     (WordPress.NamingConventions.ValidVariableName.NotSnakeCase)
      55 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      55 | ERROR   | [ ] Variable "thisCat" is not in valid snake_case format
         |         |     (WordPress.NamingConventions.ValidVariableName.NotSnakeCase)
      55 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      55 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
      56 | ERROR   | [ ] Variable "thisCat" is not in valid snake_case format
         |         |     (WordPress.NamingConventions.ValidVariableName.NotSnakeCase)
      59 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$cats'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      60 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      61 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      61 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      61 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      63 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      63 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      64 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      65 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      65 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      65 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      67 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      67 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      68 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      69 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      69 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      69 | ERROR   | [x] Space after closing parenthesis of function call prohibited
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterCloseBracket)
      69 | ERROR   | [x] Space found before semicolon; expected ");" but found ") ;"
         |         |     (WordPress.WhiteSpace.SemicolonSpacing.Incorrect)
      70 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      70 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      71 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      71 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      71 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      73 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      73 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      74 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      75 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      75 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      75 | ERROR   | [x] Space after closing parenthesis of function call prohibited
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterCloseBracket)
      75 | ERROR   | [x] Space found before semicolon; expected ");" but found ") ;"
         |         |     (WordPress.WhiteSpace.SemicolonSpacing.Incorrect)
      76 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      76 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      76 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      78 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      78 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      79 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      80 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      80 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_time'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      80 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      82 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      82 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      83 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      83 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
      84 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      84 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      88 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      88 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$post_type'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      89 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      89 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
      89 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
      89 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
      89 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      89 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
      90 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      90 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      90 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      91 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      92 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      92 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
      93 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      97 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
      97 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
      97 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
      97 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
      97 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      97 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
      98 | ERROR   | [x] String "#^(.+)$#" does not require double quotes; use single quotes instead
         |         |     (Squiz.Strings.DoubleQuoteUsage.NotRequired)
      98 | ERROR   | [x] String "$1" does not require double quotes; use single quotes instead
         |         |     (Squiz.Strings.DoubleQuoteUsage.NotRequired)
      99 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     102 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$cats'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     103 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     103 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     103 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     103 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     103 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     103 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
     104 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     104 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     104 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     105 | ERROR   | [x] Line indented incorrectly; expected 5 tabs, found 8
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     106 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     107 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     107 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     108 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     108 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     108 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     108 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     108 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     110 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     110 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$post_type'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     110 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     111 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     111 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     112 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     116 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     118 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     120 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     124 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$cats'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     125 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     127 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$link'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     127 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$parent'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     128 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     128 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     128 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
     129 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     129 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     129 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     130 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     130 | ERROR   | [x] Blank line found after control structure
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
     132 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     132 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     133 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     133 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     134 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     134 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     134 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
     135 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     135 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     135 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     136 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     136 | ERROR   | [x] Blank line found after control structure
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
     138 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     138 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     139 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     142 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     142 | ERROR   | [x] Expected 1 space(s) after WHILE keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     142 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     142 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     146 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     148 | WARNING | [ ] Avoid function calls in a FOR loop test part
         |         |     (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed)
     148 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     148 | ERROR   | [x] Expected 1 space(s) after FOR keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     148 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     148 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     148 | ERROR   | [ ] The use of count() inside a loop condition is not allowed; assign the return value to a
         |         |     variable and use the variable in the loop condition instead
         |         |     (Squiz.PHP.DisallowSizeFunctionsInLoops.Found)
     149 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$breadcrumbs'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     149 | ERROR   | [x] Array keys must be surrounded by spaces unless they contain a string or an integer.
         |         |     (WordPress.Arrays.ArrayKeySpacingRestrictions.NoSpacesAroundArrayKeys)
     150 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     151 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     151 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     151 | ERROR   | [ ] Use Yoda Condition checks, you must. (WordPress.PHP.YodaConditions.NotYoda)
     152 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     152 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'get_the_title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     152 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     153 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     153 | ERROR   | [x] Blank line found after control structure
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
     155 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     155 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     156 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     157 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     157 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     157 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     159 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     159 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     160 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     163 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     163 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     163 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$userdata'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     163 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     165 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     165 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     166 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     167 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$before'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     167 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$text'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     167 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$after'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     169 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     170 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     171 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     173 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     174 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     174 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found 'max'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     175 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     177 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 7
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     178 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 109 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/class-tgm-plugin-activation.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 18 ERRORS AND 54 WARNINGS AFFECTING 56 LINES
    --------------------------------------------------------------------------------------------------------------
      285 | WARNING | [ ] Empty return statement not required here
          |         |     (Squiz.PHP.NonExecutableCode.ReturnNotRequired)
      334 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      340 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      346 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      352 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      358 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      364 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
          |         |     "translators:" comment on the line above to clarify the meaning of the
          |         |     placeholders. (WordPress.WP.I18n.MissingTranslatorsComment)
      557 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      557 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      559 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
      655 | ERROR   | [x] Parenthesis should always be used when instantiating a new object.
          |         |     (WordPress.Classes.ClassInstantiation.MissingParenthesis)
      712 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
      712 | WARNING | [ ] Detected usage of a non-sanitized input variable: $_GET
          |         |     (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized)
      712 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      719 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      719 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      722 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
      732 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
      743 | WARNING | [ ] Variable assignment found within a condition. Did you mean to do a comparison?
          |         |     (WordPress.CodeAnalysis.AssignmentInCondition.Found)
      743 | ERROR   | [ ] Assignments must be the first block of code on a line
          |         |     (Squiz.PHP.DisallowMultipleAssignments.Found)
      764 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
      770 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
      857 | ERROR   | [x] Parenthesis should always be used when instantiating a new object.
          |         |     (WordPress.Classes.ClassInstantiation.MissingParenthesis)
      864 | ERROR   | [x] Parenthesis should always be used when instantiating a new object.
          |         |     (WordPress.Classes.ClassInstantiation.MissingParenthesis)
      934 | ERROR   | [x] When a multi-item array uses associative keys, each value should start on a new
          |         |     line. (WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound)
      937 | ERROR   | [x] When a multi-item array uses associative keys, each value should start on a new
          |         |     line. (WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound)
     1292 | WARNING | [ ] This comment is 50% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     1466 | WARNING | [ ] Method name "_get_plugin_basename_from_slug" should not be prefixed with an underscore
          |         |     to indicate visibility (PSR2.Methods.MethodDeclaration.Underscore)
     1490 | WARNING | [ ] Method name "_get_plugin_data_from_name" should not be prefixed with an underscore to
          |         |     indicate visibility (PSR2.Methods.MethodDeclaration.Underscore)
     1555 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     1558 | ERROR   | [x] When a multi-item array uses associative keys, each value should start on a new
          |         |     line. (WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound)
     1592 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
     1620 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     1620 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     1672 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
     1695 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
     1895 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     2068 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     2090 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
     2139 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     2139 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
     2139 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     2166 | WARNING | [ ] Method name "_gather_plugin_data" should not be prefixed with an underscore to indicate
          |         |     visibility (PSR2.Methods.MethodDeclaration.Underscore)
     2623 | WARNING | [ ] urlencode() should only be used when dealing with legacy applications rawurlencode()
          |         |     should now be used instead. See https://php.net/manual/en/function.rawurlencode.php and
          |         |     https://www.faqs.org/rfcs/rfc3986.html
          |         |     (WordPress.PHP.DiscouragedPHPFunctions.urlencode_urlencode)
     2768 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
     2768 | WARNING | [ ] Detected usage of a non-sanitized input variable: $_POST
          |         |     (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized)
     2769 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
     2769 | WARNING | [ ] Detected usage of a non-sanitized input variable: $_POST
          |         |     (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized)
     2771 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
     2771 | WARNING | [ ] Detected usage of a non-sanitized input variable: $_POST
          |         |     (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized)
     2822 | WARNING | [ ] Variable assignment found within a condition. Did you mean to do a comparison?
          |         |     (WordPress.CodeAnalysis.AssignmentInCondition.Found)
     2822 | ERROR   | [ ] Assignments must be the first block of code on a line
          |         |     (Squiz.PHP.DisallowMultipleAssignments.Found)
     2916 | WARNING | [ ] Missing wp_unslash() before sanitization.
          |         |     (WordPress.Security.ValidatedSanitizedInput.MissingUnslash)
     2916 | WARNING | [ ] Detected usage of a non-sanitized input variable: $_POST
          |         |     (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized)
     3008 | WARNING | [ ] Method name "_get_plugin_data_from_name" should not be prefixed with an underscore to
          |         |     indicate visibility (PSR2.Methods.MethodDeclaration.Underscore)
     3027 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
     3040 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
     3068 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     3068 | WARNING | [ ] Processing form data without nonce verification.
          |         |     (WordPress.Security.NonceVerification.NoNonceVerification)
     3070 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
          |         |     should be used to load template files.
          |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     3091 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
     3220 | WARNING | [ ] This comment is 45% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     3222 | WARNING | [ ] This comment is 60% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     3243 | WARNING | [ ] This comment is 51% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     3259 | WARNING | [ ] This comment is 56% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     3317 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
          |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     3317 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
          |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     3317 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
          |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     3322 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
          |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     3329 | WARNING | [ ] This comment is 62% valid code; is this commented out code?
          |         |     (Squiz.PHP.CommentedOutCode.Found)
     3422 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
     3648 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
          |         |     (Generic.Files.OneClassPerFile.MultipleFound)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/custom-header.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 22 ERRORS AND 1 WARNING AFFECTING 15 LINES
    --------------------------------------------------------------------------------------------------------------
     10 | ERROR   | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     15 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 0
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     16 | ERROR   | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     16 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     16 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     16 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     16 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     17 | ERROR   | [x] Space before opening parenthesis of function call prohibited
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     25 | ERROR   | [x] Line indented incorrectly; expected at least 2 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     25 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     25 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     27 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     27 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     28 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     32 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     33 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 1
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     33 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     34 | ERROR   | [x] Line indented incorrectly; expected 1 tabs, found 0
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     58 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     64 | ERROR   | [x] Line indented incorrectly; expected at least 3 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     67 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     83 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1
        |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     88 | ERROR   | [x] File must end with a newline character (Generic.Files.EndFileNewline.NotFound)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/active-callbacks.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    --------------------------------------------------------------------------------------------------------------
     10 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     10 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     10 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     22 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     22 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     27 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     27 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     27 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
        |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/customizer.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 49 ERRORS AND 43 WARNINGS AFFECTING 77 LINES
    --------------------------------------------------------------------------------------------------------------
       1 | ERROR   | [ ] Class file names should be based on the class name with "class-" prepended. Expected
         |         |     class-fotografie-important-links.php, but found customizer.php.
         |         |     (WordPress.Files.FileName.InvalidClassFileName)
      22 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      23 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      24 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      25 | WARNING | [x] Array double arrow not aligned correctly; expected 12 space(s) between "'support'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      26 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      27 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      28 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      29 | WARNING | [x] Array double arrow not aligned correctly; expected 10 space(s) between "'changelog'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      30 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      31 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      32 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      33 | WARNING | [x] Array double arrow not aligned correctly; expected 11 space(s) between "'facebook'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      34 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      35 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      36 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      37 | WARNING | [x] Array double arrow not aligned correctly; expected 12 space(s) between "'twitter'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      38 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      39 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      40 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      41 | WARNING | [x] Array double arrow not aligned correctly; expected 14 space(s) between "'gplus'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      42 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      43 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      44 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      45 | WARNING | [x] Array double arrow not aligned correctly; expected 10 space(s) between "'pinterest'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      46 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'link'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      47 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'text'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      48 | ERROR   | [x] Array closer not aligned correctly; expected 16 space(s) but found 20
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      58 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
         |         |     (Generic.Files.OneClassPerFile.MultipleFound)
      77 | ERROR   | [x] No space found after comma in function call
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
      83 | WARNING | [ ] Best practice suggestion: Declare only one class in a file.
         |         |     (Generic.Files.OneClassPerFile.MultipleFound)
      95 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      95 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      97 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      99 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      99 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     100 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 11.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     101 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     102 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 12.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     103 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     107 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     107 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     110 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     112 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     112 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     118 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     120 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     120 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     123 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     125 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     125 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     136 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     139 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     139 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     140 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'description'"
         |         |     and double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     141 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'title'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     142 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'priority'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     143 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     145 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     145 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     148 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     150 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     150 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     151 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     152 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     153 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     154 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     157 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     157 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     158 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'priority'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     159 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'title'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     160 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     165 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     165 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     167 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     169 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     169 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     169 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     169 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     170 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     171 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     172 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     173 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     173 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     183 | ERROR   | [x] Space before opening parenthesis of function call prohibited
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
     191 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     197 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     202 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     207 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     212 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     217 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     220 | WARNING | [ ] Check that require is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 82 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/featured-content.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 64 ERRORS AND 7 WARNINGS AFFECTING 51 LINES
    --------------------------------------------------------------------------------------------------------------
      16 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      16 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      17 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'priority'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      18 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      18 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'title'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      19 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      21 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      21 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      22 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      24 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      26 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      26 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      27 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      27 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'choices'" and
         |         |     double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      28 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      28 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      29 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      29 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      30 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      30 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      31 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      33 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      33 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      34 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      36 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      38 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      38 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      44 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      46 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      46 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      49 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      51 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      51 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      56 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      58 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      58 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      59 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      60 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      62 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      62 | ERROR   | [x] Space found before comma in function call
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma)
      62 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      63 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      64 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      65 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      66 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      67 | ERROR   | [x] Array closer not aligned correctly; expected 4 space(s) but found 8
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      70 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      70 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      71 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      72 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      73 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      75 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      75 | ERROR   | [x] Space found before comma in function call
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma)
      75 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      76 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      77 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      78 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      79 | ERROR   | [x] Multi-line array item not aligned correctly; expected 12 spaces, but found 16
         |         |     (WordPress.Arrays.ArrayIndentation.MultiLineArrayItemNotAligned)
      84 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      85 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      86 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      87 | ERROR   | [x] Array item not aligned correctly; expected 8 spaces but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.ItemNotAligned)
      88 | ERROR   | [x] Array closer not aligned correctly; expected 4 space(s) but found 8
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      94 | ERROR   | [x] Space found before semicolon; expected "$number;" but found "$number ;"
         |         |     (WordPress.WhiteSpace.SemicolonSpacing.Incorrect)
      95 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      95 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      97 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      99 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      99 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     104 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     105 | WARNING | [ ] This comment is 50% valid code; is this commented out code?
         |         |     (Squiz.PHP.CommentedOutCode.Found)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 70 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/helpers.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 14 ERRORS AND 4 WARNINGS AFFECTING 9 LINES
    --------------------------------------------------------------------------------------------------------------
      3 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
      3 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
      3 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     20 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 7 spaces but found 2
        |         |     spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     21 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 1 space but found 0
        |         |     spaces (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     21 | ERROR   | [x] Expected 1 space before "="; 0 found
        |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
     23 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     23 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     23 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     23 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     23 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
        |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     24 | ERROR   | [x] Expected 1 space(s) after FOREACH keyword; 0 found
        |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     24 | ERROR   | [x] Space after opening control structure is required
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     24 | ERROR   | [x] No space before opening parenthesis is prohibited
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     26 | ERROR   | [x] Line indented incorrectly; expected at least 4 tabs, found 2
        |         |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     30 | ERROR   | [x] Blank line found after control structure
        |         |     (WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd)
     57 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'demo'" and double
        |         |     arrow, but found 5.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     58 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'page'" and double
        |         |     arrow, but found 5.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/hero-content.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 15 ERRORS AND 4 WARNINGS AFFECTING 14 LINES
    --------------------------------------------------------------------------------------------------------------
     13 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     13 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     16 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     18 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     18 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     21 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     23 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     23 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     24 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'choices'" and
        |         |     double arrow, but found 2.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     25 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
        |         |     double arrow, but found 4.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     26 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
        |         |     double arrow, but found 2.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     27 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and double
        |         |     arrow, but found 5.
        |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     28 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     30 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     30 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     33 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     35 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
        |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     35 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
        |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     39 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/sanitize-functions.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AND 13 WARNINGS AFFECTING 14 LINES
    --------------------------------------------------------------------------------------------------------------
      43 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      55 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      85 | ERROR   | [x] Each array item in a multi-line array declaration must end in a comma
         |         |     (WordPress.Arrays.CommaAfterArrayItem.NoComma)
     101 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     102 | WARNING | [ ] Not using strict comparison for in_array; supply true for third argument.
         |         |     (WordPress.PHP.StrictInArray.MissingTrueStrict)
     107 | WARNING | [x] Array double arrow not aligned correctly; expected 9 space(s) between "'type'" and
         |         |     double arrow, but found 10.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     108 | WARNING | [x] Array double arrow not aligned correctly; expected 5 space(s) between "'child_of'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     109 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'parent'" and
         |         |     double arrow, but found 8.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     110 | WARNING | [x] Array double arrow not aligned correctly; expected 6 space(s) between "'orderby'" and
         |         |     double arrow, but found 7.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     111 | WARNING | [x] Array double arrow not aligned correctly; expected 8 space(s) between "'order'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     112 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'hide_empty'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     113 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'hierarchical'"
         |         |     and double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     114 | WARNING | [x] Array double arrow not aligned correctly; expected 5 space(s) between "'taxonomy'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     127 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/theme-options.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 100 ERRORS AND 43 WARNINGS AFFECTING 102 LINES
    --------------------------------------------------------------------------------------------------------------
      14 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      14 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      17 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      20 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      20 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      21 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'description'"
         |         |     and double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      22 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'panel'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      23 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'title'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      24 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      26 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      26 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      29 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      31 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      31 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      32 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      33 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      34 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      35 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      38 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      38 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      41 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      44 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      44 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      47 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      49 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      49 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      50 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      51 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      52 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      53 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'choices'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      57 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      60 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      60 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      63 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      65 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      65 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      74 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      77 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      77 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      78 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'panel'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      79 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'title'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      80 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      82 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      82 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      85 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      87 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      87 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      94 | ERROR   | [x] Array closer not aligned correctly; expected 8 space(s) but found 12
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
      95 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      96 | WARNING | [x] Array double arrow not aligned correctly; expected 5 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      97 | WARNING | [x] Array double arrow not aligned correctly; expected 8 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      98 | ERROR   | [x] Array closer not aligned correctly; expected 4 space(s) but found 8
         |         |     (WordPress.Arrays.ArrayIndentation.CloseBraceNotAligned)
     101 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     101 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     104 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     106 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     106 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     107 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     108 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     109 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     110 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     113 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     113 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     117 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     119 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     119 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     122 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     124 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     124 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     127 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     129 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     129 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     132 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     134 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     134 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     134 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     134 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     135 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 11.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     136 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'name'" and
         |         |     double arrow, but found 12.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     137 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     138 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 12.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     139 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     139 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     141 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     142 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     142 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     142 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     143 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     144 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     144 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     146 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     146 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     146 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     147 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     147 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 11.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     148 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     148 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     149 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     149 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 12.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     150 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     150 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     162 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     164 | WARNING | [x] Array double arrow not aligned correctly; expected 2 space(s) between "'a'" and double
         |         |     arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     165 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'href'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     168 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'br'" and double
         |         |     arrow, but found 0.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     168 | ERROR   | [x] Expected 1 space before "=>"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
     168 | ERROR   | [x] Each array item in a multi-line array declaration must end in a comma
         |         |     (WordPress.Arrays.CommaAfterArrayItem.NoComma)
     177 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     179 | WARNING | [x] Array double arrow not aligned correctly; expected 2 space(s) between "'a'" and double
         |         |     arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     180 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'href'" and
         |         |     double arrow, but found 1.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     183 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'br'" and double
         |         |     arrow, but found 0.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     183 | ERROR   | [x] Expected 1 space before "=>"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
     183 | ERROR   | [x] Each array item in a multi-line array declaration must end in a comma
         |         |     (WordPress.Arrays.CommaAfterArrayItem.NoComma)
     190 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     190 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     191 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'description'"
         |         |     and double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     192 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'panel'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     193 | WARNING | [x] Array double arrow not aligned correctly; expected 7 space(s) between "'title'" and
         |         |     double arrow, but found 9.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     194 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     196 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     196 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     199 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     201 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     201 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     202 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'choices'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     203 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     204 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     205 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     206 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     209 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     209 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     210 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'panel'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     211 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'title'" and
         |         |     double arrow, but found 4.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     212 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     214 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     214 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     216 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     218 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     218 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     219 | WARNING | [x] Array double arrow not aligned correctly; expected 3 space(s) between "'label'" and
         |         |     double arrow, but found 5.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     220 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'section'" and
         |         |     double arrow, but found 3.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     221 | WARNING | [x] Array double arrow not aligned correctly; expected 4 space(s) between "'type'" and
         |         |     double arrow, but found 6.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     222 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 141 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/upgrade-button/class-customize.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
    --------------------------------------------------------------------------------------------------------------
      1 | ERROR   | [ ] Class file names should be based on the class name with "class-" prepended. Expected
        |         |     class-fotografie-upgrade-pro-customize.php, but found class-customize.php.
        |         |     (WordPress.Files.FileName.InvalidClassFileName)
     22 | ERROR   | [x] Parenthesis should always be used when instantiating a new object.
        |         |     (WordPress.Classes.ClassInstantiation.MissingParenthesis)
     65 | WARNING | [ ] Check that require_once is not being used to load template files. "get_template_part()"
        |         |     should be used to load template files.
        |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     65 | WARNING | [x] "require_once" is a statement not a function; no parentheses are required
        |         |     (PEAR.Files.IncludingFile.BracketsNotRequired)
     94 | WARNING | [ ] In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load
        |         |     scripts in the footer. Please set this value to <code>true</code> to load it in the footer, or
        |         |     explicitly <code>false</code> if it should be loaded in the header.
        |         |     (WordPress.WP.EnqueuedResourceParameters.NotInFooter)
     94 | ERROR   | [ ] Resource version not set in call to wp_enqueue_script(). This means new versions of the
        |         |     script will not always be loaded due to browser caching.
        |         |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
     96 | ERROR   | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
        |         |     style will not always be loaded due to browser caching.
        |         |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/customizer/upgrade-button/section-pro.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
      1 | ERROR | [ ] Class file names should be based on the class name with "class-" prepended. Expected
        |       |     class-fotografie-upgrade-pro-customize-section-pro.php, but found section-pro.php.
        |       |     (WordPress.Files.FileName.InvalidClassFileName)
     72 | ERROR | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/extras.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 26 ERRORS AND 8 WARNINGS AFFECTING 21 LINES
    --------------------------------------------------------------------------------------------------------------
      41 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 2 spaces
         |         |     (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
      81 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
      99 | ERROR   | [x] Expected 1 space after comma in function call; 2 found
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma)
     101 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     126 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     162 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
     162 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 7 spaces
         |         |     (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
     164 | WARNING | [ ] Not using strict comparison for in_array; supply true for third argument.
         |         |     (WordPress.PHP.StrictInArray.MissingTrueStrict)
     181 | ERROR   | [x] Space found before semicolon; expected "'';" but found "'' ;"
         |         |     (WordPress.WhiteSpace.SemicolonSpacing.Incorrect)
     210 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     214 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     233 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     233 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     235 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     235 | ERROR   | [x] Expected 1 space before "||"; 2 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.SpacingBefore)
     235 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     235 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     248 | ERROR   | [ ] Variable "postID" is not in valid snake_case format
         |         |     (WordPress.NamingConventions.ValidVariableName.NotSnakeCase)
     253 | ERROR   | [x] Spaces must be used for mid-line alignment; tabs are not allowed
         |         |     (WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed)
     253 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 2 spaces
         |         |     (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
     255 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     255 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     255 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     255 | ERROR   | [ ] Variable "postID" is not in valid snake_case format
         |         |     (WordPress.NamingConventions.ValidVariableName.NotSnakeCase)
     255 | ERROR   | [x] Space found before comma in function call
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma)
     257 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     257 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     257 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     261 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     261 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     292 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     297 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     301 | ERROR   | [x] Opening PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentAfterOpen)
     370 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1
         |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/jetpack.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 12 ERRORS AND 8 WARNINGS AFFECTING 16 LINES
    --------------------------------------------------------------------------------------------------------------
      23 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      23 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      29 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      36 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      36 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      40 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      43 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      43 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
      53 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'post'" and
         |         |     double arrow, but found 7.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      54 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'page'" and
         |         |     double arrow, but found 7.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
      56 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      94 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     105 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 21 spaces but found 1
         |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     111 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1
         |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     114 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     132 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     132 | ERROR   | [x] Only one argument is allowed per line in a multi-line function call
         |         |     (PEAR.Functions.FunctionCallSignature.MultipleArguments)
     133 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'post-option'"
         |         |     and double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     134 | WARNING | [x] Array double arrow not aligned correctly; expected 1 space(s) between "'page-option'"
         |         |     and double arrow, but found 2.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     135 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/template-tags.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 11 LINES
    --------------------------------------------------------------------------------------------------------------
      21 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      29 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      36 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
      64 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      72 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     127 | WARNING | [ ] Variable assignment found within a condition. Did you mean to do a comparison?
         |         |     (WordPress.CodeAnalysis.AssignmentInCondition.Found)
     127 | ERROR   | [ ] Assignments must be the first block of code on a line
         |         |     (Squiz.PHP.DisallowMultipleAssignments.Found)
     129 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     134 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
     162 | ERROR   | [x] Expected 1 space after comma in function call; 5 found
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma)
     214 | ERROR   | [x] Expected 1 space after comma in function call; 2 found
         |         |     (Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma)
     217 | WARNING | [ ] This comment is 50% valid code; is this commented out code?
         |         |     (Squiz.PHP.CommentedOutCode.Found)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/widgets/featured-posts.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 116 ERRORS AND 72 WARNINGS AFFECTING 74 LINES
    --------------------------------------------------------------------------------------------------------------
       1 | ERROR   | [ ] Class file names should be based on the class name with "class-" prepended. Expected
         |         |     class-fotografie-featured-post-widget.php, but found featured-posts.php.
         |         |     (WordPress.Files.FileName.InvalidClassFileName)
      23 | ERROR   | [ ] Visibility must be declared on method "__construct"
         |         |     (Squiz.Scope.MethodScope.Missing)
      58 | ERROR   | [ ] Visibility must be declared on method "form" (Squiz.Scope.MethodScope.Missing)
      66 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      66 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
      67 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      67 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      71 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      71 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
      72 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      72 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      76 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
      76 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
      76 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
      76 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
      76 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      76 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      77 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
      77 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      77 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
      77 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
      77 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
      78 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
      80 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
      80 | ERROR   | [x] Expected 1 space before closing PHP tag; 2 found
         |         |     (Squiz.PHP.EmbeddedPhp.SpacingBeforeClose)
      80 | ERROR   | [x] Expected 1 space before "?"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
      80 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$style'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      81 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      81 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
      82 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      82 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      92 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$key'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      92 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
      92 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
      92 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$value'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      92 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
      98 | ERROR   | [x] Expected 1 space before closing PHP tag; 2 found
         |         |     (Squiz.PHP.EmbeddedPhp.SpacingBeforeClose)
      98 | ERROR   | [x] Expected 1 space before "?"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
      98 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$style'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      99 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      99 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     100 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     100 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     103 | ERROR   | [x] Expected 1 space(s) after FOREACH keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     103 | ERROR   | [x] Inline control structures are not allowed
         |         |     (Generic.ControlStructures.InlineControlStructure.NotAllowed)
     103 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
         |         |     (Generic.PHP.LowerCaseConstant.Found)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$size'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     104 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$size'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     104 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     109 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     110 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     110 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
     110 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     110 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     110 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     110 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     111 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     111 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     111 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     111 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     111 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     112 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     114 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     115 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     116 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
     116 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     116 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     116 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     116 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     117 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     117 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     117 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     117 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     117 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     118 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     118 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
     118 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     118 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     118 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     118 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     119 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     119 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     119 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     119 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     119 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     120 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     120 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
     120 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     120 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     120 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     120 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     121 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     121 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     121 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     121 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     121 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     122 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     122 | ERROR   | [x] Inline PHP statement must end with a semicolon (Squiz.PHP.EmbeddedPhp.NoSemicolon)
     122 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     122 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     123 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     123 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     123 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     123 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     123 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     126 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     127 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     127 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     128 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     128 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     129 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     130 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     131 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     132 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     135 | ERROR   | [x] Expected 1 space before closing PHP tag; 2 found
         |         |     (Squiz.PHP.EmbeddedPhp.SpacingBeforeClose)
     135 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     135 | ERROR   | [x] Expected 1 space before "?"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
     135 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$style'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     135 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     135 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     136 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     136 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     137 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     142 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     142 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     143 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     143 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     179 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
     182 | ERROR   | [ ] Visibility must be declared on method "update" (Squiz.Scope.MethodScope.Missing)
     201 | ERROR   | [ ] Visibility must be declared on method "widget" (Squiz.Scope.MethodScope.Missing)
     204 | ERROR   | [x] Expected 1 space after "="; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     226 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 4
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     226 | ERROR   | [x] Newline required after opening brace
         |         |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     228 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     232 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     232 | ERROR   | [x] Expected 1 space(s) after IF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     232 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     232 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     232 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     234 | WARNING | [x] Equals sign not aligned correctly; expected 1 space but found 0 spaces
         |         |     (Generic.Formatting.MultipleStatementAlignment.IncorrectWarning)
     234 | ERROR   | [x] Expected 1 space before ".="; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore)
     240 | ERROR   | [x] Multi-line function call not indented correctly; expected 36 spaces but found 40
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     240 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     243 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     249 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     249 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     250 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     250 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     250 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     250 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     251 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     253 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     253 | ERROR   | [ ] Empty IF statement detected (Generic.CodeAnalysis.EmptyStatement.DetectedIf)
     258 | ERROR   | [x] Line indented incorrectly; expected 4 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     261 | ERROR   | [x] Multi-line function call not indented correctly; expected 28 spaces but found 36
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     262 | ERROR   | [x] Multi-line function call not indented correctly; expected 28 spaces but found 36
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     263 | ERROR   | [x] Multi-line function call not indented correctly; expected 28 spaces but found 36
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     264 | ERROR   | [x] Multi-line function call not indented correctly; expected 28 spaces but found 36
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     265 | ERROR   | [x] Multi-line function call not indented correctly; expected 24 spaces but found 32
         |         |     (PEAR.Functions.FunctionCallSignature.Indent)
     269 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     269 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     273 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     273 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     274 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     274 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     278 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     278 | ERROR   | [x] Expected 1 space after closing brace; newline found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
     280 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     280 | ERROR   | [x] Expected 1 space(s) after ELSEIF keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     280 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     280 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     280 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     285 | ERROR   | [x] Line indented incorrectly; expected 3 tabs, found 6
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     288 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1
         |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     298 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$output'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     307 | ERROR   | [x] Tabs must be used to indent lines; spaces are not allowed
         |         |     (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 112 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/widgets/social-icons.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 30 ERRORS AND 19 WARNINGS AFFECTING 20 LINES
    --------------------------------------------------------------------------------------------------------------
       1 | ERROR   | [ ] Class file names should be based on the class name with "class-" prepended. Expected
         |         |     class-fotografie-social-icons-widget.php, but found social-icons.php.
         |         |     (WordPress.Files.FileName.InvalidClassFileName)
      23 | ERROR   | [ ] Visibility must be declared on method "__construct"
         |         |     (Squiz.Scope.MethodScope.Missing)
      46 | ERROR   | [x] No space after opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis)
      46 | ERROR   | [x] Expected 1 spaces after opening parenthesis; 0 found
         |         |     (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
      46 | ERROR   | [x] No space before closing parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis)
      50 | ERROR   | [x] Inline control structures are not allowed
         |         |     (Generic.ControlStructures.InlineControlStructure.NotAllowed)
      56 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$args'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      59 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$args'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      59 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$instance'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      59 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$args'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      93 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$args'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
      99 | WARNING | [ ] strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
         |         |     (WordPress.WP.AlternativeFunctions.strip_tags_strip_tags)
      99 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
      99 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     108 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1
         |         |     space (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
     115 | ERROR   | [x] Expected 1 space after "!"; 0 found
         |         |     (WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter)
     116 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     116 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '__'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     116 | ERROR   | [ ] A gettext call containing placeholders was found, but was not accompanied by a
         |         |     "translators:" comment on the line above to clarify the meaning of the placeholders.
         |         |     (WordPress.WP.I18n.MissingTranslatorsComment)
     116 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     116 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     116 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     116 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     121 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     121 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     121 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     121 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     122 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     122 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     122 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     122 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$title'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     125 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     125 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     125 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     125 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     126 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     126 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     126 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     126 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$this'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     126 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     126 | ERROR   | [x] Expected 1 spaces before closing bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket)
     127 | WARNING | [ ] All output should be run through an escaping function (like esc_html_e() or
         |         |     esc_attr_e()), found '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction)
     129 | ERROR   | [x] Line indented incorrectly; expected 2 tabs, found 3
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     130 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$menu'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     132 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     133 | ERROR   | [x] Line indented incorrectly; expected 2 tabs, found 3
         |         |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/inc/widgets/widgets.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 28 ERRORS AND 11 WARNINGS AFFECTING 29 LINES
    --------------------------------------------------------------------------------------------------------------
      16 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      24 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      26 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      34 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      36 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      44 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      46 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
      54 | ERROR   | [x] Closing parenthesis of a multi-line function call must be on a line by itself
         |         |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
      64 | ERROR   | [x] No space before closing parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis)
      65 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
      66 | ERROR   | [ ] Resource version not set in call to wp_enqueue_style(). This means new versions of the
         |         |     style will not always be loaded due to browser caching.
         |         |     (WordPress.WP.EnqueuedResourceParameters.MissingVersion)
      66 | ERROR   | [x] Space before opening parenthesis of function call prohibited
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket)
      85 | ERROR   | [x] Inline control structures are not allowed
         |         |     (Generic.ControlStructures.InlineControlStructure.NotAllowed)
     106 | WARNING | [x] Array double arrow not aligned correctly; expected 5 space(s) between "'hierarchical'"
         |         |     and double arrow, but found 7.
         |         |     (WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned)
     110 | WARNING | [ ] Found: !=. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     111 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$id'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     112 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     112 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$label'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     112 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     116 | ERROR   | [x] Expected 1 spaces after opening bracket; 0 found
         |         |     (PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket)
     118 | ERROR   | [x] Expected 1 space(s) after FOREACH keyword; 0 found
         |         |     (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
     118 | ERROR   | [x] Space after opening control structure is required
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen)
     118 | ERROR   | [x] No space before opening parenthesis is prohibited
         |         |     (WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis)
     119 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     119 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     119 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     119 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     122 | WARNING | [ ] All output should be run through an escaping function (see the Security sections in the
         |         |     WordPress Developer Handbooks), found '$dropdown'.
         |         |     (WordPress.Security.EscapeOutput.OutputNotEscaped)
     124 | ERROR   | [x] Concat operator must be surrounded by a single space
         |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
     141 | WARNING | [ ] Found: ==. Use strict comparisons (=== or !==).
         |         |     (WordPress.PHP.StrictComparisons.LooseComparison)
     147 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     157 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     169 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     178 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     187 | ERROR   | [x] Opening parenthesis of a multi-line function call must be the last content on the
         |         |     line (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     202 | WARNING | [ ] Check that include is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     202 | WARNING | [x] File is being unconditionally included; use "require" instead
         |         |     (PEAR.Files.IncludingFile.UseRequire)
     205 | WARNING | [ ] Check that include is not being used to load template files. "get_template_part()"
         |         |     should be used to load template files.
         |         |     (WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound)
     205 | WARNING | [x] File is being unconditionally included; use "require" instead
         |         |     (PEAR.Files.IncludingFile.UseRequire)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 30 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/index.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------
     26 | ERROR | [x] Line indented incorrectly; expected 5 tabs, found 4
        |       |     (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
     32 | ERROR | [x] Line indented incorrectly; expected at least 5 tabs, found 3
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
     40 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     70 | ERROR | [x] Line indented incorrectly; expected at least 1 tabs, found 0
        |       |     (Generic.WhiteSpace.ScopeIndent.Incorrect)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/page.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     21 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/search.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------------------------------------
     13 | ERROR   | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     29 | ERROR   | [x] Newline required after opening brace
        |         |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     59 | WARNING | [ ] Found precision alignment of 1 spaces.
        |         |     (WordPress.WhiteSpace.PrecisionAlignment.Found)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/single-jetpack-portfolio.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------------------------------------
     14 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     19 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     26 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/single.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------------------------------------
     16 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
     21 | ERROR | [x] Opening parenthesis of a multi-line function call must be the last content on the line
        |       |     (PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket)
     28 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a line by itself
        |       |     (PEAR.Functions.FunctionCallSignature.CloseBracketLine)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/taxonomy-jetpack-portfolio-tag.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     14 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     29 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/wordpress/wp-content/themes/fotografie/taxonomy-jetpack-portfolio-type.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------------------------------------
     14 | ERROR | [x] Closing PHP tag must be on a line by itself (Squiz.PHP.EmbeddedPhp.ContentBeforeEnd)
     29 | ERROR | [x] Newline required after opening brace
        |       |     (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace)
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Child Theme Madness’ is closed to new replies.