Fotograma: add strict types (#7715)
This commit is contained in:
parent
a2c32ec8d0
commit
f2cca4ec26
10 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
* @package fotograma
|
||||
* @since fotograma 1.0
|
||||
*/
|
||||
declare( strict_types = 1 );
|
||||
|
||||
|
||||
if ( ! function_exists( 'fotograma_support' ) ) :
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: A 404 page
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Default footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Default footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: front-page
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Header
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: No Results Content
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Search
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Stack Contact
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Stack Photo
|
||||
|
|
Loading…
Add table
Reference in a new issue