Passed
Pull Request — master (#1)
by Alexander
04:32 queued 03:07
created
src/PHPUnitCompat/AbstractPHPUnitCompatibilityTestSuite5.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
23 23
 		use TAbstractPHPUnitCompatibilityTestSuite;
24 24
 
25 25
 		/**
26
-	     * @inheritDoc
27
-	     */
28
-	    public function run(\PHPUnit_Framework_TestResult $result = null)
29
-	    {
26
+		 * @inheritDoc
27
+		 */
28
+		public function run(\PHPUnit_Framework_TestResult $result = null)
29
+		{
30 30
 			return $this->runCompatibilized($result);
31 31
 		}
32 32
 
Please login to merge, or discard this patch.