Skip to content

Commit ae0f6d0

Browse files
committed
Fix PHPCS in newly added block of code
1 parent 36db4da commit ae0f6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/osi/inc/template-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function osi_the_page_dates() {
228228
*
229229
* @return string The processed content.
230230
*/
231-
function osi_the_content( $content ) {
231+
function osi_the_content( string $content ) {
232232
if ( ! em_is_event_rsvpable() ) {
233233
// Instantiate the processor.
234234
$processor = new \WP_HTML_Tag_Processor( $content );

0 commit comments

Comments
 (0)