Completed
Push — master ( d4e032...ce020b )
by Peter
02:04
created
src/Zamm.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,6 +154,9 @@  discard block
 block discarded – undo
154 154
 	 */
155 155
 	private $_di = null;
156 156
 
157
+	/**
158
+	 * @param string $className
159
+	 */
157 160
 	public function __construct($className = null)
158 161
 	{
159 162
 		$this->_className = $className;
@@ -223,7 +226,7 @@  discard block
 block discarded – undo
223 226
 
224 227
 	/**
225 228
 	 *
226
-	 * @return ClassRenderer
229
+	 * @return string
227 230
 	 */
228 231
 	public function __toString()
229 232
 	{
Please login to merge, or discard this patch.