Completed
Pull Request — master (#6)
by
unknown
07:52
created
src/AppserverIo/Properties/Properties.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use AppserverIo\Lang\String;
24 24
 use AppserverIo\Lang\NullPointerException;
25 25
 use AppserverIo\Collections\HashMap;
26
-use Metadata\MergeableClassMetadata;
27 26
 
28 27
 /**
29 28
  * The Properties class represents a persistent set of properties.
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@
 block discarded – undo
262 262
     /**
263 263
      * Returns all properties with their keys as a String.
264 264
      *
265
-     * @return \AppserverIo\Lang\String String with all key -> properties pairs
265
+     * @return Strng String with all key -> properties pairs
266 266
      */
267 267
     public function toString()
268 268
     {
Please login to merge, or discard this patch.