Completed
Push — test/legacy-storage-service ( dea7b6...29bb85 )
by
unknown
12:54 queued 10:29
created
core/Service/Legacy_Storage_Service.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	 * Check if a key is a legacy map property key
72 72
 	 *
73 73
 	 * @param string $key
74
-	 * @return bool
74
+	 * @return integer
75 75
 	 */
76 76
 	public function is_legacy_map_key( $key ) {
77 77
 		$map_regex = array_map( function( $map_key ) {
@@ -136,7 +136,6 @@  discard block
 block discarded – undo
136 136
 	 * Get a key-value array of legacy values for fields in the container of the passed datastore
137 137
 	 *
138 138
 	 * @param Container $container
139
-	 * @param Datastore_Interface $datastore
140 139
 	 * @return array
141 140
 	 */
142 141
 	protected function get_legacy_storage_array_from_database( Container $container ) {
Please login to merge, or discard this patch.