Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
php-epp
Commits
628bfee1
Unverified
Commit
628bfee1
authored
Feb 21, 2017
by
Gavin Brown
Browse files
These don't need to be final
parent
fe0498dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Net/EPP/Frame/Greeting.php
View file @
628bfee1
...
...
@@ -3,7 +3,7 @@
/**
* @package Net_EPP
*/
final
class
Net_EPP_Frame_Greeting
extends
Net_EPP_Frame
{
class
Net_EPP_Frame_Greeting
extends
Net_EPP_Frame
{
function
__construct
()
{
parent
::
__construct
(
'greeting'
);
...
...
Net/EPP/Frame/Hello.php
View file @
628bfee1
...
...
@@ -3,7 +3,7 @@
/**
* @package Net_EPP
*/
final
class
Net_EPP_Frame_Hello
extends
Net_EPP_Frame
{
class
Net_EPP_Frame_Hello
extends
Net_EPP_Frame
{
function
__construct
()
{
parent
::
__construct
(
'hello'
);
}
...
...
Net/EPP/Frame/Response.php
View file @
628bfee1
...
...
@@ -3,7 +3,7 @@
/**
* @package Net_EPP
*/
final
class
Net_EPP_Frame_Response
extends
Net_EPP_Frame
{
class
Net_EPP_Frame_Response
extends
Net_EPP_Frame
{
function
__construct
()
{
parent
::
__construct
(
'response'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment