Completed
Push — master ( f1c264...f58245 )
by Thomas
04:22
created
src/generator/domain/SkeletonDomainGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 	/**
7 7
 	 * Add default blank methods
8 8
 	 * 
9
-	 * @param string $classname
9
+	 * @param string $className
10 10
 	 */
11 11
 	public function generate($className) {
12 12
 		$class = $this->generateClass($className);
Please login to merge, or discard this patch.
src/generator/responder/ApiJsonResponderGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 
9 9
 	protected $serializer;
10 10
 
11
+	/**
12
+	 * @param string $serializer
13
+	 */
11 14
 	public function setSerializer($serializer) {
12 15
 		$this->serializer = $serializer;
13 16
 	}
Please login to merge, or discard this patch.