Completed
Branch master (b7a9df)
by Ben
02:51
created
src/Object/ArrayObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     private $items;
24 24
 
25 25
     /**
26
-     * @param array $items
26
+     * @param HexadecimalStringObject[] $items
27 27
      */
28 28
     public function __construct(array $items)
29 29
     {
Please login to merge, or discard this patch.
src/Utils/EncryptionUtils.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * @param  string $ownerEntry
113 113
      * @param  int    $userPermissionFlags
114 114
      * @param  string $idEntry
115
-     * @return array
115
+     * @return string[]
116 116
      */
117 117
     public static function computeUserEntryRev2($userPassword, $ownerEntry, $userPermissionFlags, $idEntry)
118 118
     {
@@ -130,8 +130,7 @@  discard block
 block discarded – undo
130 130
      * @param  string $ownerEntry
131 131
      * @param  int    $permissions
132 132
      * @param  string $idEntry
133
-     * @param  bool   $encryptMetadata
134
-     * @return array
133
+     * @return string[]
135 134
      */
136 135
     public static function computeUserEntryRev3OrGreater(
137 136
         $userPassword,
Please login to merge, or discard this patch.