-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0692c9
commit 5929e86
Showing
13 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Centimeter data class. | ||
* Centimetre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Centimeter extends LengthUnit | ||
class Centimetre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("centimeter") | ||
->setName("centimetre") | ||
|
||
->setSymbol("cm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Decimeter data class. | ||
* Decimetre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Decimeter extends LengthUnit | ||
class Decimetre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("decimeter") | ||
->setName("decimetre") | ||
|
||
->setSymbol("dm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Kilometer data class. | ||
* Kilometre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Kilometer extends LengthUnit | ||
class Kilometre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("kilometer") | ||
->setName("kilometre") | ||
|
||
->setSymbol("km") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Meter data class. All units of Length are based off of Meter. | ||
* Metre data class. All units of Length are based off of Metre. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Meter extends LengthUnit | ||
class Metre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("meter") | ||
->setName("metre") | ||
|
||
->setSymbol("m") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Micrometer data class. | ||
* Micrometre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Micrometer extends LengthUnit | ||
class Micrometre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("micrometer") | ||
->setName("micrometre") | ||
|
||
->setSymbol("µm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Milimeter data class. | ||
* Millimetre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Milimeter extends LengthUnit | ||
class Millimetre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("milimeter") | ||
->setName("millimetre") | ||
|
||
->setSymbol("mm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Nanometer data class. | ||
* Nanometre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Nanometer extends LengthUnit | ||
class Nanometre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("nanometer") | ||
->setName("nanometre") | ||
|
||
->setSymbol("nm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,18 @@ | |
namespace UnitConverter\Unit\Length; | ||
|
||
/** | ||
* Picometer data class. | ||
* Picometre data class. | ||
* | ||
* @version 1.0.0 | ||
* @since 0.0.1 | ||
* @author Jordan Brauer <[email protected]> | ||
*/ | ||
class Picometer extends LengthUnit | ||
class Picometre extends LengthUnit | ||
{ | ||
protected function configure (): void | ||
{ | ||
$this | ||
->setName("picometer") | ||
->setName("picometre") | ||
|
||
->setSymbol("pm") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters