@@ -39,7 +39,7 @@ final class PHPProphet
3939 * @var Prophet The prophet.
4040 */
4141 private $ prophet ;
42-
42+ 4343 /**
4444 * Builds the prophet.
4545 *
@@ -50,12 +50,12 @@ public function __construct(Prophet $prophet = null)
5050 if (is_null ($ prophet )) {
5151 $ prophet = new Prophet ();
5252 }
53-
53+ 5454 $ revealer = new ReferencePreservingRevealer (self ::getProperty ($ prophet , "revealer " ));
5555 $ util = self ::getProperty ($ prophet , "util " );
5656 $ this ->prophet = new Prophet ($ prophet ->getDoubler (), $ revealer , $ util );
5757 }
58-
58+ 5959 /**
6060 * Creates a new function prophecy for a given namespace.
6161 *
@@ -67,7 +67,7 @@ public function prophesize($namespace)
6767 {
6868 return new FunctionProphecy ($ namespace , $ this ->prophet );
6969 }
70-
70+ 7171 /**
7272 * Checks all predictions defined by prophecies of this Prophet.
7373 *
@@ -81,7 +81,7 @@ public function checkPredictions()
8181 Mock::disableAll ();
8282 $ this ->prophet ->checkPredictions ();
8383 }
84-
84+ 8585 /**
8686 * Defines the function prophecy in the given namespace.
8787 *
@@ -110,7 +110,7 @@ public static function define($namespace, $name)
110110 ->build ()
111111 ->define ();
112112 }
113-
113+ 114114 /**
115115 * Returns a private property of a prophet.
116116 *
0 commit comments