Skip to content

Commit

Permalink
style: add missing newlines to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 8, 2024
1 parent b983096 commit d1faf52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Contract/WpFilterServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ interface WpFilterServiceInterface
* @return T
*/
public function apply(string $name, $value, ...$args);
}
}
2 changes: 1 addition & 1 deletion src/Integration/AbstractBlocksIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ protected function getScriptData(): array
{
return [];
}
}
}
2 changes: 1 addition & 1 deletion src/PluginLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ private function setup(): void

handleFatalError($errors);
}
}
}

Check notice on line 121 in src/PluginLoader.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/PluginLoader.php#L121

Expected 1 newline at end of file; 0 found

Check notice on line 121 in src/PluginLoader.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/PluginLoader.php#L121

File must end with a newline character

0 comments on commit d1faf52

Please sign in to comment.