Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / api-luman

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
BlameHistoryPermalink
Switch branch/tag
  • luman-api
  • vendor
  • symfony
  • debug
  • Tests
  • Fixtures
  • FinalMethod2Trait.php
  • 孙龙's avatar
    init · a7071680
    孙龙 committed 6 years ago
    a7071680
FinalMethod2Trait.php 133 Bytes
1 2 3 4 5 6 7 8 9 10
<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

trait FinalMethod2Trait
{
    public function finalMethod2()
    {
    }
}