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
Res Telæ
PHP GBIF
Commits
a35e8f72
Commit
a35e8f72
authored
Feb 09, 2021
by
Felip Manyer i Ballester
Browse files
Typo in code documentation
parent
99de175f
Pipeline
#93
passed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Species.php
View file @
a35e8f72
...
...
@@ -84,10 +84,10 @@ class Species extends Gbif {
* @return array
* An array of results.
*
* @see http://www.gbif.org/developer/species#nameUsages
*
* @throws \ResTelae\Gbif\GbifException
* When some arguments are wrong.
*
* @see http://www.gbif.org/developer/species#nameUsages
*/
public
function
nameUsage
(
array
$args
=
[],
$data
=
'all'
,
$key
=
NULL
,
$uuid
=
NULL
,
$short_name
=
NULL
)
{
// Default values.
...
...
@@ -147,7 +147,7 @@ class Species extends Gbif {
* $species = new Species();
*
* // All data for species #2435099;
* $species->nameUsage(2435099
]
);
* $species->nameUsage
ByKey
(2435099);
* @endcode
*
* @param int $key
...
...
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