Skip to content

Commit

Permalink
Remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Eichinger committed Jul 1, 2020
1 parent 89f443c commit 928c0c3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 406 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
8.0.0
=====

* (BC) Removed everything related to `EntityUsages`.
* (BC) Removed `StatsCounter::log()`.
* (BC) Removed `InvalidSortOperationException`.
* (BC) Removed `BundleExtension` and `ConfigurableBundleExtension`.


7.13.1
======

Expand Down
72 changes: 0 additions & 72 deletions src/Bundle/BundleExtension.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/Bundle/ConfigurableBundleExtension.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Exception/InvalidSortOperationException.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Stats/StatsCounter.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ public function increment (string $key, int $amount = 1) : void
}


/**
* @inheritDoc
*/
public function log (string $message) : void
{
@\trigger_error("StatsCounter::log() is deprecated, use ->debug(), ->warn(), ->critical() instead.", \E_USER_DEPRECATED);
$this->debug[] = $message;
}


/**
* @inheritDoc
*/
Expand Down
101 changes: 0 additions & 101 deletions src/Usages/Data/EntityUsage.php

This file was deleted.

64 changes: 0 additions & 64 deletions src/Usages/Data/ResolvedEntityUsage.php

This file was deleted.

0 comments on commit 928c0c3

Please sign in to comment.