Passed
Push — feature/post-pay ( 9010e1...77fa0f )
by Reüel
05:05 queued 10s
created
src/ProductCategories.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
 	 *
42 42
 	 * @return string
43 43
 	 */
44
-	public static function transform( $type ) {
45
-		switch ( $type ) {
44
+	public static function transform($type) {
45
+		switch ($type) {
46 46
 			case PaymentLineType::PHYSICAL:
47 47
 				return self::PHYSICAL;
48 48
 
Please login to merge, or discard this patch.