remove unused docblocks

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 4a9675841b
commit 082c811880
17 changed files with 0 additions and 26 deletions
-2
View File
@@ -47,8 +47,6 @@ class DescriptionFactory
/**
* Returns the parsed text of this description.
*
*
*/
public function create(string $contents, ?TypeContext $context = null): Description
{
-2
View File
@@ -87,8 +87,6 @@ class ExampleFinder
* 2. Checks the source folder for the given filename
* 3. Checks the 'examples' folder in the current working directory for examples
* 4. Checks the path relative to the current working directory for the given filename
*
*
*/
private function getExampleFileContents(string $filename): ?string
{
-2
View File
@@ -182,8 +182,6 @@ final class StandardTagFactory implements TagFactory
/**
* Creates a new tag object with the given name and body or returns null if the tag name was recognized but the
* body was invalid.
*
*
*/
private function createTag(string $body, string $name, TypeContext $context): ?Tag
{
-1
View File
@@ -60,7 +60,6 @@ final class Covers extends BaseTag implements Factory\StaticMethod
/**
* Returns the structural element this tag refers to.
*
*/
public function getReference(): Fqsen
{
-1
View File
@@ -80,7 +80,6 @@ final class Deprecated extends BaseTag implements Factory\StaticMethod
/**
* Gets the version section of the tag.
*
*/
public function getVersion(): ?string
{
-2
View File
@@ -19,8 +19,6 @@ interface Formatter
{
/**
* Formats a tag into a string representation according to a specific format, such as Markdown.
*
*
*/
public function format(Tag $tag): string;
}
-2
View File
@@ -98,7 +98,6 @@ final class Param extends BaseTag implements Factory\StaticMethod
/**
* Returns the variable's type or null if unknown.
*
*/
public function getType(): ?Type
{
@@ -107,7 +106,6 @@ final class Param extends BaseTag implements Factory\StaticMethod
/**
* Returns whether this tag is variadic.
*
*/
public function isVariadic(): bool
{
-1
View File
@@ -88,7 +88,6 @@ class Property extends BaseTag implements Factory\StaticMethod
/**
* Returns the variable's type or null if unknown.
*
*/
public function getType(): ?Type
{
-1
View File
@@ -88,7 +88,6 @@ class PropertyRead extends BaseTag implements Factory\StaticMethod
/**
* Returns the variable's type or null if unknown.
*
*/
public function getType(): ?Type
{
-1
View File
@@ -88,7 +88,6 @@ class PropertyWrite extends BaseTag implements Factory\StaticMethod
/**
* Returns the variable's type or null if unknown.
*
*/
public function getType(): ?Type
{
-1
View File
@@ -65,7 +65,6 @@ class See extends BaseTag implements Factory\StaticMethod
/**
* Returns the ref of this tag.
*
*/
public function getReference(): Reference
{
-1
View File
@@ -57,7 +57,6 @@ final class Throws extends BaseTag implements Factory\StaticMethod
/**
* Returns the type section of the variable.
*
*/
public function getType(): Type
{
-1
View File
@@ -60,7 +60,6 @@ final class Uses extends BaseTag implements Factory\StaticMethod
/**
* Returns the structural element this tag refers to.
*
*/
public function getReference(): Fqsen
{
-1
View File
@@ -88,7 +88,6 @@ class Var_ extends BaseTag implements Factory\StaticMethod
/**
* Returns the variable's type or null if unknown.
*
*/
public function getType(): ?Type
{