Skip to content

Commit 78f2fbb

Browse files
committed
codesniffer fixes
1 parent 13f66a1 commit 78f2fbb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

core/modules/block_content/block_content.module

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,4 @@ function _block_content_has_reusable_condition(array $condition) {
169169
return strpos($field_parts[0], $data_table) === 0 && $field_parts[1] === 'reusable';
170170
}
171171
return FALSE;
172-
173172
}
174-

core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testListing() {
126126
// Confirm that the empty text is displayed.
127127
$this->assertSession()->pageTextContains('There are no custom blocks available.');
128128
// Confirm the non-reusable block is not on the page.
129-
$this->assertSession()->pageTextNotContains('Non-reusable block');
129+
$this->assertSession()->pageTextNotContains('Non-reusable block');
130130
}
131131

132132
}

0 commit comments

Comments
 (0)