Failed Conditions
Push — refactorCachePSR2 ( fec08c...b4b0b3 )
by Michael
06:04 queued 02:59
created
inc/Debug/PropertyDeprecationHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      * Like property_exists but also check for non-visible private properties and returns which
102 102
      * class in the inheritance chain declared the property.
103 103
      * @param string $property
104
-     * @return string|bool Best guess for the class in which the property is defined.
104
+     * @return string|false Best guess for the class in which the property is defined.
105 105
      */
106 106
     private function deprecationHelperGetPropertyOwner($property)
107 107
     {
Please login to merge, or discard this patch.