Passed
Push — develop ( f92676...fb0f5d )
by Reüel
04:18
created
admin/meta-box-subscription-info.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
 	$frequency = $subscription->get_frequency();
114 114
 
115 115
 	// Show end date if frequency is limited.
116
-	if ( ! empty( $frequency ) ) :
116
+	if ( !empty( $frequency ) ) :
117 117
 
118 118
 	?>
119 119
 
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 	<?php
138 138
 
139 139
 	// Show next payment date if subscription is not cancelled or completed.
140
-	if ( ! in_array( $subscription->get_status(), array( Statuses::CANCELLED, Statuses::COMPLETED ) ), true ) :
140
+	if ( !in_array( $subscription->get_status(), array( Statuses::CANCELLED, Statuses::COMPLETED ) ), true ) :
141 141
 
142 142
 	?>
143 143
 
Please login to merge, or discard this patch.