Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit ef5abb4

Browse files
committed
Add strict types
1 parent bbc7ae3 commit ef5abb4

20 files changed

+20
-0
lines changed

dara/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* Dara functions and definitions.

dara/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* The header for our theme.

dara/inc/custom-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
*

dara/inc/customizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* Dara Theme Customizer.

dara/inc/extras.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* Custom functions that act independently of the theme templates.

dara/inc/jetpack-fonts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23

34
add_filter( 'typekit_add_font_category_rules', function( $category_rules ) {

dara/inc/jetpack.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* Jetpack Compatibility File.

dara/inc/template-tags.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* Custom template tags for this theme.

dara/inc/woocommerce.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/**
34
* WooCommerce Compatibility File

dara/inc/wpcom-colors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php declare( strict_types = 1 ); ?>
12
<?php
23
/* Custom Colors: Dara */
34

0 commit comments

Comments
 (0)