Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove classes used for construction of header #50

Merged
merged 1 commit into from
Jan 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`1.1.2...master`][1.1.2...master].

### Removed

* Removed classes uses for construction of header ([#50]), by [@localheinz]

## [`1.1.2`][1.1.2]

For a full diff see [`1.1.1...1.1.2`][1.1.1...1.1.2].
Expand Down Expand Up @@ -55,6 +59,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14
[#17]: https://github.com/ergebnis/php-cs-fixer-config/pull/17
[#23]: https://github.com/ergebnis/php-cs-fixer-config/pull/23
[#50]: https://github.com/ergebnis/php-cs-fixer-config/pull/50

[@linuxjuggler]: https://github.com/linuxjuggler
[@localheinz]: https://github.com/localheinz
50 changes: 0 additions & 50 deletions src/License/Copyright/Holder.php

This file was deleted.

71 changes: 0 additions & 71 deletions src/License/Copyright/Year.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/License/Copyright/Years.php

This file was deleted.

58 changes: 0 additions & 58 deletions src/License/File.php

This file was deleted.

65 changes: 0 additions & 65 deletions src/License/Header.php

This file was deleted.

42 changes: 0 additions & 42 deletions src/License/Notice.php

This file was deleted.

Loading