Completed
Push — master ( 92e6a8...22c070 )
by Níckolas Daniel
04:56
created
test/unit/PODEntender/Application/Service/Post/FetchLatestEpisodesTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     public function testExecuteFetchesExactAmount(): void
27 27
     {
28 28
         $audioEpisodeCollection = $this->createDefaultAudioEpisodeCollection()
29
-            ->sortByDesc(function (AudioEpisode $episode) {
29
+            ->sortByDesc(function(AudioEpisode $episode) {
30 30
                 return $episode->createdAt();
31 31
             });
32 32
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     public function testExecuteFiltersCategoryName(): void
46 46
     {
47 47
         $audioEpisodeCollection = $this->createDefaultAudioEpisodeCollection()
48
-            ->sortByDesc(function (AudioEpisode $episode) {
48
+            ->sortByDesc(function(AudioEpisode $episode) {
49 49
                 return $episode->createdAt();
50 50
             });
51 51
 
Please login to merge, or discard this patch.