mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 08:17:12 +02:00
Fix phpdoc typos per issue processwire/processwire-issues#797
This commit is contained in:
@@ -428,7 +428,7 @@ class Config extends WireData {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if current ProcessWire version is equal to or newer than given versino
|
||||
* Check if current ProcessWire version is equal to or newer than given version
|
||||
*
|
||||
* If no version argument is given, it simply returns the current ProcessWire version.
|
||||
*
|
||||
|
@@ -316,7 +316,7 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
|
||||
}
|
||||
|
||||
/**
|
||||
* Does this fieldgroup having the given field?
|
||||
* Does this fieldgroup have the given field?
|
||||
*
|
||||
* #pw-group-retrieval
|
||||
*
|
||||
|
@@ -547,7 +547,7 @@ class Template extends WireData implements Saveable, Exportable {
|
||||
*
|
||||
* #pw-group-fields
|
||||
*
|
||||
* @param string|int|Field May be field name, id or object.
|
||||
* @param string|int|Field $name May be field name, id or object.
|
||||
* @return bool
|
||||
*
|
||||
*/
|
||||
|
@@ -281,7 +281,7 @@ class WireLog extends Wire {
|
||||
* - `date` (string): ISO-8601 date string
|
||||
* - `user` (string): user name or boolean false if unknown
|
||||
* - `url` (string): full URL or boolean false if unknown
|
||||
* - `text` (string) text of the log entry
|
||||
* - `text` (string): text of the log entry
|
||||
* @see WireLog::getLines()
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user