Completed
Pull Request — master (#1)
by Guilh
07:45
created
src/collections/Definitions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 	 * Sets the field
47 47
 	 * 
48 48
 	 * @param string name
49
-	 * @param Schema $schame
50 49
 	 */
51 50
 	public function set($name, Schema $schema) {
52 51
 		$this->definitions->set($name, $schema);
Please login to merge, or discard this patch.
src/collections/Responses.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@
 block discarded – undo
77 77
 	/**
78 78
 	 * Sets the response
79 79
 	 * 
80
-	 * @param Response $code
81 80
 	 */
82 81
 	public function set(Response $response) {
83 82
 		$this->responses->set($response->getCode(), $response);
Please login to merge, or discard this patch.