Completed
Push — master ( 78303a...738150 )
by
unknown
01:50
created
src/Chart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
 	/**
40 40
 	 * [render description]
41
-	 * @return json
41
+	 * @return string
42 42
 	 */
43 43
 	public function render()
44 44
 	{
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
 	/**
107 107
 	 * [callFunc description]
108 108
 	 * @param  \Closure $closure
109
-	 * @param  \EnergieProduction\Subsets\* $class
109
+	 * @param  Subsets\Subset $class
110 110
 	 */
111 111
 	protected function callFunc(Closure $closure, $class)
112 112
 	{
Please login to merge, or discard this patch.
src/Rendered/Criteria.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 	/**
10 10
 	 * [__construct description]
11 11
 	 * @param \EnergieProduction\Chart\Rendered\Rendered $render	 
12
-	 * @return void	 
12
+	 * @return Rendered	 
13 13
 	 */
14 14
     public function __construct(Rendered $render)
15 15
     {
Please login to merge, or discard this patch.
src/Rendered/Render.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 	/**
10 10
 	 * [__construct description]
11 11
 	 * @param mixed $class	 
12
-	 * @return void	 
12
+	 * @return Rendered	 
13 13
 	 */
14 14
     public function __construct($class)
15 15
     {
Please login to merge, or discard this patch.