Completed
Branch develop (3ec4f3)
by Stuart
04:17
created
src/OsType/ValueBuilders/BuildTypeFromEtcIssue.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,6 @@
 block discarded – undo
72 72
      * use /etc/issue (if it exists) to work out what operating system we
73 73
      * are looking at
74 74
      *
75
-     * @param  string $path
76
-     *         path to the file to parse
77 75
      * @return null|OsType
78 76
      *         OsType if we can determine the operating system
79 77
      *         null if we cannot
Please login to merge, or discard this patch.
src/OsType/ValueBuilders/BuildTypeFromEtcRedhatRelease.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,6 @@
 block discarded – undo
69 69
      * use /etc/redhat-release (if it exists) to work out what flavour of
70 70
      * RedHat Linux we are looking at
71 71
      *
72
-     * @param  string $path
73
-     *         path to the file to parse
74 72
      * @return null|OsType
75 73
      *         OsType if we can determine the operating system
76 74
      *         null if we cannot
Please login to merge, or discard this patch.