Completed
Push — master ( 1ae3f1...b90023 )
by Emlyn
05:15
created
src/ChangeLog.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
 
10 10
 	/**
11
-	 * @return \Robo\Result
11
+	 * @return boolean
12 12
 	 */
13 13
 	public function run()
14 14
 	{
Please login to merge, or discard this patch.
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -7,11 +7,11 @@
 block discarded – undo
7 7
 class ChangeLog extends BaseTask
8 8
 {
9 9
 
10
-	/**
11
-	 * @return \Robo\Result
12
-	 */
13
-	public function run()
14
-	{
15
-		return true;
16
-	}
10
+    /**
11
+     * @return \Robo\Result
12
+     */
13
+    public function run()
14
+    {
15
+        return true;
16
+    }
17 17
 }
Please login to merge, or discard this patch.