Test Failed
Push — master ( 6c741c...42d95d )
by Dominik
03:33
created
app/Repository/SampleRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * @param SampleSearch $sampleSearch
73 73
      *
74
-     * @return array
74
+     * @return Sample[]
75 75
      */
76 76
     private function searchResult(SampleSearch $sampleSearch): array
77 77
     {
Please login to merge, or discard this patch.
config/config_test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-     'settings' => [
4
+        'settings' => [
5 5
         'displayErrorDetails' => true,
6 6
         'routerCacheFile' => false,
7 7
     ],
Please login to merge, or discard this patch.