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
Badcow-DNS
Commits
7614411e
Commit
7614411e
authored
Nov 04, 2018
by
Samuel Williams
Browse files
Fix static methods.
parent
85973763
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Rdata/Factory.php
View file @
7614411e
...
...
@@ -254,7 +254,7 @@ class Factory
*
* @return RRSIG
*/
public
function
Rrsig
(
$typeCovered
,
$algorithm
,
$labels
,
$originalTtl
,
public
static
function
Rrsig
(
$typeCovered
,
$algorithm
,
$labels
,
$originalTtl
,
$signatureExpiration
,
$signatureInception
,
$keyTag
,
$signersName
,
$signature
)
{
...
...
@@ -280,7 +280,7 @@ class Factory
*
* @return SRV
*/
public
function
Srv
(
$priority
,
$weight
,
$port
,
$target
)
public
static
function
Srv
(
$priority
,
$weight
,
$port
,
$target
)
{
$rdata
=
new
SRV
();
$rdata
->
setPriority
(
$priority
);
...
...
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