Completed
Push — master ( 25d248...e51952 )
by Beñat
01:58
created
LIN3S/SharedKernel/Infrastructure/Persistence/Sql/Event/SqlEventStore.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
   `stream` VARCHAR(255) NOT NULL,
118 118
   PRIMARY KEY (`id`)
119 119
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
120
-SQL;
120
+sql;
121 121
     }
122 122
 
123 123
     public static function removeSchema() : string
Please login to merge, or discard this patch.