GET https://kbin.spritesserver.nl/u/@drumino@lemmy.world/top

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.25 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.03 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1702 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1558
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  +badges: Doctrine\ORM\PersistentCollection {#2080 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
        \n
        Of course I can not prove it, but I love thinking about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689421293 {#1439
        date: 2023-07-15 13:41:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 13563
      -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1174919"
      +editedAt: DateTimeImmutable @1689182066 {#1435
        date: 2023-07-12 19:14:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689181994 {#1436
        date: 2023-07-12 19:13:14.0 +02:00
      }
      +"title": 13563
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1693
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1702 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1558
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  +badges: Doctrine\ORM\PersistentCollection {#2080 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
        \n
        Of course I can not prove it, but I love thinking about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689421293 {#1439
        date: 2023-07-15 13:41:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 13563
      -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1174919"
      +editedAt: DateTimeImmutable @1689182066 {#1435
        date: 2023-07-12 19:14:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689181994 {#1436
        date: 2023-07-12 19:13:14.0 +02:00
      }
      +"title": 13563
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1693
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1702 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1558
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  +badges: Doctrine\ORM\PersistentCollection {#2080 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
        \n
        Of course I can not prove it, but I love thinking about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689421293 {#1439
        date: 2023-07-15 13:41:33.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 13563
      -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1174919"
      +editedAt: DateTimeImmutable @1689182066 {#1435
        date: 2023-07-12 19:14:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689181994 {#1436
        date: 2023-07-12 19:13:14.0 +02:00
      }
      +"title": 13563
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1693
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1702 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1558
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#1404 …}
    +reports: Doctrine\ORM\PersistentCollection {#1385 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
    +badges: Doctrine\ORM\PersistentCollection {#2080 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1693
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
    \n
    Of course I can not prove it, but I love thinking about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689421293 {#1439
    date: 2023-07-15 13:41:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 13563
  -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1174919"
  +editedAt: DateTimeImmutable @1689182066 {#1435
    date: 2023-07-12 19:14:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689181994 {#1436
    date: 2023-07-12 19:13:14.0 +02:00
  }
  +"title": 13563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1702 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1558
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#1404 …}
    +reports: Doctrine\ORM\PersistentCollection {#1385 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
    +badges: Doctrine\ORM\PersistentCollection {#2080 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1693
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
    \n
    Of course I can not prove it, but I love thinking about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689421293 {#1439
    date: 2023-07-15 13:41:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 13563
  -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1174919"
  +editedAt: DateTimeImmutable @1689182066 {#1435
    date: 2023-07-12 19:14:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689181994 {#1436
    date: 2023-07-12 19:13:14.0 +02:00
  }
  +"title": 13563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1702 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1362 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1558
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1361 …}
    +votes: Doctrine\ORM\PersistentCollection {#1404 …}
    +reports: Doctrine\ORM\PersistentCollection {#1385 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
    +badges: Doctrine\ORM\PersistentCollection {#2080 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1693
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Black holes and the uncertainty of what lies behind the event horizon. The possibility that inside a black hole, a whole new universe could exist without us ever knowing. When tripping through life taught me one thing, it is that many things can be seen as part of a huge fractal, and that view fits right into the interpretation that black holes are nothing else than universes in universes. After all, our big bang might just be another ordinary black hole, reaching critical mass.\n
    \n
    Of course I can not prove it, but I love thinking about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689421293 {#1439
    date: 2023-07-15 13:41:33.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 13563
  -bodyTs: "'anoth':78 'bang':74 'behind':9 'big':73 'black':1,18,61,80 'could':24 'cours':86 'critic':83 'els':65 'event':11 'ever':28 'exist':25 'fit':55 'fractal':51 'hole':2,19,62,81 'horizon':12 'huge':50 'insid':16 'interpret':59 'know':29 'lie':8 'life':33 'love':94 'mani':41 'mass':84 'might':75 'new':22 'noth':64 'one':36 'ordinari':79 'part':47 'possibl':14 'prove':90 'reach':82 'right':56 'seen':45 'taught':34 'thing':37,42 'think':95 'trip':31 'uncertainti':5 'univers':23,67,69 'us':27 'view':54 'whole':21 'without':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1174919"
  +editedAt: DateTimeImmutable @1689182066 {#1435
    date: 2023-07-12 19:14:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689181994 {#1436
    date: 2023-07-12 19:13:14.0 +02:00
  }
  +"title": 13563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details