Completed
Push — master ( 0bf176...96018c )
by Beñat
03:06
created
src/BenGorFile/File/Infrastructure/Persistence/Sql/SqlFileRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      *
228 228
      * @param File   $file          The file domain object
229 229
      * @param string $propertyName  The property name
230
-     * @param mixed  $propertyValue The property value
230
+     * @param \DateTimeImmutable  $propertyValue The property value
231 231
      *
232 232
      * @return File
233 233
      */
Please login to merge, or discard this patch.
src/BenGorFile/File/Application/Query/FileOfNameHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * Constructor.
51 51
      *
52 52
      * @param FileRepository           $aRepository           The file repository
53
-     * @param FileSpecificationFactory $aSpecificationFactory The file specification factory
53
+     * @param FileSpecificationFactory $specificationFactory The file specification factory
54 54
      * @param FileDataTransformer      $aDataTransformer      The file data transformer
55 55
      */
56 56
     public function __construct(
Please login to merge, or discard this patch.