Completed
Pull Request — develop (#14)
by Rimas
03:51
created
src/Document/Timestamp.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * Validation constraints for fields
78
-     * @return array
78
+     * @return Assert\Collection
79 79
      */
80 80
     public function getValidationConstraints()
81 81
     {
Please login to merge, or discard this patch.
tests/Integration/SealTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             'reason' => 'Elektroninis spaudas',
30 30
             'location' => 'Vilnius',
31 31
             'files' => [
32
-               __DIR__ . '/../data/document.pdf',
32
+                __DIR__ . '/../data/document.pdf',
33 33
             ]
34 34
         ];
35 35
     }
Please login to merge, or discard this patch.