Skip to content

Commit

Permalink
symfony insight bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Jul 23, 2024
1 parent 50de5ae commit 4dce938
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Continuous Integration"

on:
pull_request:
push:
branches:
tags:

jobs:
ci:
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
name: "Continuous Integration"

on:
pull_request:
push:
branches:
tags:

jobs:
ci:
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
3 changes: 0 additions & 3 deletions src/User/src/Service/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@

use const PASSWORD_DEFAULT;

/**
* @Service()
*/
class UserService implements UserServiceInterface
{
public const EXTENSIONS = [
Expand Down

0 comments on commit 4dce938

Please sign in to comment.