Passed
Push — master ( d070fe...57713c )
by Radosław
02:55
created
tests/Journal/DealTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class DealTest extends TestCase
9 9
 {
10
+    /**
11
+     * @return \stdClass
12
+     */
10 13
     protected function getExampleDeal()
11 14
     {
12 15
         return (object)[
Please login to merge, or discard this patch.