Completed
Push — master ( a9fc03...d18a62 )
by
unknown
30s
created
src/Views/Stats/StatsJsonView.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -109,12 +109,10 @@
 block discarded – undo
109 109
 		if ($this->timeframe > 0)
110 110
 		{
111 111
 			$items = $this->repository->getTimeframeUpdatedItems($this->timeframe, $this->source);
112
-		}
113
-		elseif ($this->recent)
112
+		} elseif ($this->recent)
114 113
 		{
115 114
 			$items = $this->repository->getRecentlyUpdatedItems();
116
-		}
117
-		else
115
+		} else
118 116
 		{
119 117
 			$items = $this->repository->getItems($this->source);
120 118
 		}
Please login to merge, or discard this patch.