summaryrefslogtreecommitdiff
path: root/app/CommonMark/CensusTableParser.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/CommonMark/CensusTableParser.php')
-rw-r--r--app/CommonMark/CensusTableParser.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/CommonMark/CensusTableParser.php b/app/CommonMark/CensusTableParser.php
index 4e08ce58df..5d5cacf1c5 100644
--- a/app/CommonMark/CensusTableParser.php
+++ b/app/CommonMark/CensusTableParser.php
@@ -13,6 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+declare(strict_types=1);
+
namespace Fisharebest\Webtrees\CommonMark;
use League\CommonMark\Block\Element\Paragraph;