Passed
Push — develop ( 0aa9dd...9900a5 )
by Reüel
03:21
created
src/Statuses.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@
 block discarded – undo
79 79
 	 *
80 80
 	 * @return string|null Pay status.
81 81
 	 */
82
-	public static function transform( $status ) {
83
-		switch ( $status ) {
82
+	public static function transform($status) {
83
+		switch ($status) {
84 84
 			case self::PENDING:
85 85
 			case self::OPEN:
86 86
 				return Core_Statuses::OPEN;
Please login to merge, or discard this patch.