Skip to content

Commit

Permalink
Remove not useful annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed May 5, 2023
1 parent 6cf8128 commit f0084a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PhpPact/Standalone/Installer/Model/Scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ public static function getHeader(): string
return self::$destinationDir . '/bin/pact-ffi-headers/pact.h';
}

/**
* @return string
*/
public static function getLibrary(): string
{
$extension = PHP_OS_FAMILY === 'Windows' ? 'dll' : (PHP_OS === 'Darwin' ? 'dylib' : 'so');
Expand Down

0 comments on commit f0084a9

Please sign in to comment.