Passed
Push — master ( abcf31...dfcbdf )
by Nicholas
04:32
created
src/data/store.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@
 block discarded – undo
110 110
 		return (array) $this->color_spaces[$key];
111 111
 	}
112 112
 	
113
+	/**
114
+	 * @param string $key
115
+	 */
113 116
 	public function __set($key, $value) {
114 117
 		if (in_array($key, static::$valid_color_spaces)) {
115 118
 			$color_space = __NAMESPACE__.'\\color\\space\\'.$key;
Please login to merge, or discard this patch.