Skip to content

Commit

Permalink
Create Kernel.stubphp
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Oct 8, 2021
1 parent 7b19393 commit 97d813d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Stubs/common/Component/HttpKernel/Kernel.stubphp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace Symfony\Component\HttpKernel;

class Kernel
{
/**
* @var string
*/
protected $environment;
}

0 comments on commit 97d813d

Please sign in to comment.