From ebf0b71cb81db506b018a1da12edea635f605937 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 14 Jun 2023 11:06:55 +0000
Subject: [PATCH] Add parameter/property type hints
---
src/wFirmaApiFactory.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/wFirmaApiFactory.php b/src/wFirmaApiFactory.php
index 1ddcc70..a502603 100644
--- a/src/wFirmaApiFactory.php
+++ b/src/wFirmaApiFactory.php
@@ -3,7 +3,7 @@
namespace SIPL\UCRM\wFirma;
class wFirmaApiFactory {
- protected $ucrmHelper;
+ protected UcrmHelper $ucrmHelper;
function __construct(UcrmHelper $ucrmHelper) {
$this->ucrmHelper = $ucrmHelper;
--
Gitblit v1.10.0