Add space after "//" to pass SpaceBeforeSingleLineComment sniff
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 26 Sep 2015 23:42:27 +0000 (05:12 +0530)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 26 Sep 2015 23:42:27 +0000 (05:12 +0530)
Change-Id: I3a6f100220dfa168dd97b0b066f3d4789d8c9bf5

includes/deferred/DataUpdate.php

index f2421f4..e07fc87 100644 (file)
@@ -31,7 +31,7 @@
  */
 abstract class DataUpdate implements DeferrableUpdate {
        public function __construct() {
-               //noop
+               // noop
        }
 
        /**