Completed
Push — develop ( 118aea...3bafd0 )
by Stuart
04:35 queued 02:09
created
src/ClassesAndObjects/IsListOfClassProperties.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      *
66 66
      * we don't support any customisations
67 67
      *
68
-     * @return IsClassPropertyList
68
+     * @return IsListOfClassProperties
69 69
      */
70 70
     public static function using()
71 71
     {
Please login to merge, or discard this patch.
src/ClassesAndObjects/IsListOfObjectProperties.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      *
67 67
      * we do not support any customisations
68 68
      *
69
-     * @return IsObjectPropertyList
69
+     * @return IsListOfObjectProperties
70 70
      */
71 71
     public static function using()
72 72
     {
Please login to merge, or discard this patch.