Skip to content

Commit

Permalink
Fix: made LengthUnit abstract to prevent instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Oct 10, 2017
1 parent 1a77872 commit 20297c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/LengthUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @since 1.0.0
* @author Jordan Brauer <[email protected]>
*/
class LengthUnit extends AbstractUnit
abstract class LengthUnit extends AbstractUnit
{
protected $unitOf = Measure::LENGTH;

Expand Down

0 comments on commit 20297c2

Please sign in to comment.