@@ -120,8 +120,6 @@ public function getPath()
120120 }
121121
122122 /**
123- * Sets the pattern for the path.
124- *
125123 * @return $this
126124 */
127125 public function setPath (string $ pattern )
@@ -145,8 +143,6 @@ public function getHost()
145143 }
146144
147145 /**
148- * Sets the pattern for the host.
149- *
150146 * @return $this
151147 */
152148 public function setHost (?string $ pattern )
@@ -270,8 +266,6 @@ public function setOption(string $name, $value)
270266 }
271267
272268 /**
273- * Get an option value.
274- *
275269 * @return mixed The option value or null when not given
276270 */
277271 public function getOption (string $ name )
@@ -280,8 +274,6 @@ public function getOption(string $name)
280274 }
281275
282276 /**
283- * Checks if an option has been set.
284- *
285277 * @return bool true if the option is set, false otherwise
286278 */
287279 public function hasOption (string $ name )
@@ -325,8 +317,6 @@ public function addDefaults(array $defaults)
325317 }
326318
327319 /**
328- * Gets a default value.
329- *
330320 * @return mixed The default value or null when not given
331321 */
332322 public function getDefault (string $ name )
@@ -335,8 +325,6 @@ public function getDefault(string $name)
335325 }
336326
337327 /**
338- * Checks if a default value is set for the given variable.
339- *
340328 * @return bool true if the default value is set, false otherwise
341329 */
342330 public function hasDefault (string $ name )
@@ -399,8 +387,6 @@ public function addRequirements(array $requirements)
399387 }
400388
401389 /**
402- * Returns the requirement for the given key.
403- *
404390 * @return string|null The regex or null when not given
405391 */
406392 public function getRequirement (string $ key )
@@ -409,8 +395,6 @@ public function getRequirement(string $key)
409395 }
410396
411397 /**
412- * Checks if a requirement is set for the given key.
413- *
414398 * @return bool true if a requirement is specified, false otherwise
415399 */
416400 public function hasRequirement (string $ key )
@@ -419,8 +403,6 @@ public function hasRequirement(string $key)
419403 }
420404
421405 /**
422- * Sets a requirement for the given key.
423- *
424406 * @return $this
425407 */
426408 public function setRequirement (string $ key , string $ regex )
@@ -444,8 +426,6 @@ public function getCondition()
444426 }
445427
446428 /**
447- * Sets the condition.
448- *
449429 * @return $this
450430 */
451431 public function setCondition (?string $ condition )
0 commit comments