Completed
Branch master (ceec97)
by Philip
02:33
created
src/CRUDlex/EntityDefinition.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Gets the field names exluding the given ones.
100 100
      *
101
-     * @param array $exclude
101
+     * @param string[] $exclude
102 102
      * the field names to exclude
103 103
      *
104 104
      * @return array
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
     /**
401 401
      * Gets the read only field names like the id or the created_at.
402 402
      *
403
-     * @return array
403
+     * @return string[]
404 404
      * the read only field names
405 405
      */
406 406
     public function getReadOnlyFields() {
Please login to merge, or discard this patch.