Skip to content
Snippets Groups Projects
Commit 4920e91f authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FIX: Typo in Standards class

parent 57196a48
Branches
1 merge request!44TASK: Resolve "Implement tests"
Pipeline #371 passed with stages
in 7 minutes and 5 seconds
......@@ -70,7 +70,7 @@ class Standards implements \Iterator
/**
* Remove a single standard from the set.
*
* @param string|StandardInterface $standard THe standard to remove
* @param string|StandardInterface $standard The standard to remove
*
* @return $this Fluent interface
*/
......@@ -100,7 +100,7 @@ class Standards implements \Iterator
}
/**
* Get all standards holds by this set.
* Get all standards hold by this set.
*
* @return array|StandardInterface[] Array of standards
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment