Skip to content

Commit

Permalink
PHP Code Sniffer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jensschuppe committed Feb 20, 2024
1 parent fd924a0 commit dd050ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/civiremote_activity/src/Api/ActivityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\civiremote_activity\Api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\civiremote_activity\Controller;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\civiremote_activity\Controller;

Expand Down
2 changes: 1 addition & 1 deletion modules/civiremote_entity/src/Api/AbstractEntityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\civiremote_entity\Api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\civiremote_entity\Form\RequestHandler;

Expand Down

0 comments on commit dd050ef

Please sign in to comment.