Merge "Improve profileinfo.php documentation"
[lhc/web/wiklou.git] / includes / Storage / SlotRecord.php
index e63dd3c..dff4b03 100644 (file)
@@ -234,11 +234,6 @@ class SlotRecord {
                Assert::parameterType( 'object', $row, '$row' );
                Assert::parameterType( 'Content|callable', $content, '$content' );
 
-               Assert::parameter(
-                       property_exists( $row, 'slot_id' ),
-                       '$row->slot_id',
-                       'must exist'
-               );
                Assert::parameter(
                        property_exists( $row, 'slot_revision_id' ),
                        '$row->slot_revision_id',