-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from FriendsOfApi/patch-2
Made all models final
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class KeyCreated implements CreatableFromArray | ||
final class KeyCreated implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class KeySearchResult implements CreatableFromArray | ||
final class KeySearchResult implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class KeySearchResults implements CreatableFromArray, \IteratorAggregate | ||
final class KeySearchResults implements CreatableFromArray, \IteratorAggregate | ||
{ | ||
/** | ||
* @var KeySearchResult[] | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class Uploaded implements CreatableFromArray | ||
final class Uploaded implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class Index implements CreatableFromArray, \IteratorAggregate | ||
final class Index implements CreatableFromArray, \IteratorAggregate | ||
{ | ||
/** | ||
* @var Translation[] | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class Key implements CreatableFromArray | ||
final class Key implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class Locale implements CreatableFromArray | ||
final class Locale implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class Translation implements CreatableFromArray | ||
final class Translation implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class TranslationCreated implements CreatableFromArray | ||
final class TranslationCreated implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class TranslationUpdated implements CreatableFromArray | ||
final class TranslationUpdated implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
/** | ||
* @author Sascha-Oliver Prolic <[email protected]> | ||
*/ | ||
class User implements CreatableFromArray | ||
final class User implements CreatableFromArray | ||
{ | ||
/** | ||
* @var string | ||
|