-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: bump php version to 8.1 (#2)
- Loading branch information
Showing
17 changed files
with
260 additions
and
296 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
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
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 |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
/** | ||
* @author Evert Jan Hakvoort <[email protected]> | ||
*/ | ||
final class Nats | ||
abstract class Nats | ||
{ | ||
public const DEFAULT_PORT = 4222; | ||
final public const DEFAULT_PORT = 4222; | ||
|
||
public const CR_LF = "\r\n"; | ||
final public const CR_LF = "\r\n"; | ||
|
||
public const LANG = 'php'; | ||
final public const LANG = 'php'; | ||
|
||
public const VERSION = '0.0.1'; | ||
final public const VERSION = '0.0.1'; | ||
} |
Oops, something went wrong.