Skip to content

Commit

Permalink
Merge pull request #92 from lancepioch/patch-1
Browse files Browse the repository at this point in the history
Add newlines to end of files
  • Loading branch information
nunomaduro authored May 18, 2019
2 parents 2e98ebf + c79aee1 commit eb7159a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
}

return $container;
})();
})();
2 changes: 1 addition & 1 deletion src/Application/Console/Definitions/AnalyseDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public static function get(): array
),
];
}
}
}
2 changes: 1 addition & 1 deletion src/Domain/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public static function make(): ContainerInterface

return self::$container;
}
}
}
2 changes: 1 addition & 1 deletion src/Domain/Contracts/Sniffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public function getSniff(): Sniff;
* @param array<string, string> $error
*/
public function collect(Collector $collector, array $error): void;
}
}
2 changes: 1 addition & 1 deletion src/Domain/EcsContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public static function make(): Container

return self::$container;
}
}
}

0 comments on commit eb7159a

Please sign in to comment.