Loading module/Oscar/src/Oscar/Connector/ConnectorActivityJSON.php +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ class ConnectorActivityJSON implements ConnectorInterface * @param bool $doNotCreate * @return Project */ protected function getProjectOrCreate($acronym, $label = "", ConnectorRepport $repport, $doNotCreate = false) protected function getProjectOrCreate($acronym, string $label, ConnectorRepport $repport, $doNotCreate = false) { try { // Obtention du projet si il existe Loading Loading
module/Oscar/src/Oscar/Connector/ConnectorActivityJSON.php +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ class ConnectorActivityJSON implements ConnectorInterface * @param bool $doNotCreate * @return Project */ protected function getProjectOrCreate($acronym, $label = "", ConnectorRepport $repport, $doNotCreate = false) protected function getProjectOrCreate($acronym, string $label, ConnectorRepport $repport, $doNotCreate = false) { try { // Obtention du projet si il existe Loading